This commit is contained in:
Laurent Destailleur 2021-12-04 00:05:15 +01:00
parent 212001ffa7
commit 80c9442780
2 changed files with 4 additions and 0 deletions

View File

@ -5623,6 +5623,8 @@ div#ecm-layout-center {
}
.jnotify-container .jnotify-notification .jnotify-message {
font-weight: normal;
text-align: start;
word-break: break-word;
}
.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
color: #a28918 !important;

View File

@ -5555,6 +5555,8 @@ div#ecm-layout-center {
}
.jnotify-container .jnotify-notification .jnotify-message {
font-weight: normal;
text-align: start;
word-break: break-word;
}
.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
color: #a28918 !important;