Skip to content

Commit

Permalink
IVYPORTAL-18005: Update notification background
Browse files Browse the repository at this point in the history
  • Loading branch information
pvthai-axonivy committed Nov 22, 2024
1 parent b7ff523 commit 076aed4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
--statistics-8-color: #00232f;

/* Notification */
--notification-background-color: #293241;
--notification-background-color: #2c2c2c;
--notification-label-font-size: 12px;
--notification-label-item-font-size: 0.75em;
--notifications-title-header-font-weight: bold;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
/* News Widget */
--news-item-background: rgb(62, 71, 84);
/* Notification */
--notification-title-color: var(--notification-background-color);
--notification-panel-color: var(--notification-background-color);
--notification-hover-message-color: #394457;
/*Notification channels*/
Expand Down
1 change: 0 additions & 1 deletion AxonIvyPortal/portal/webContent/resources/css/portal.css
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,6 @@ body .notification-full-scroll>.ui-datascroller-content {
padding: 20px 15px 5px 15px;
display: block;
overflow: hidden;
background-color: var(--notification-title-color)
}

.notifications-icon {
Expand Down

0 comments on commit 076aed4

Please sign in to comment.