CSS not bold on jnotify messages

This commit is contained in:
Laurent Destailleur 2017-09-24 01:46:00 +02:00
parent 91d303465d
commit 87a75a0ad7
2 changed files with 12 additions and 0 deletions

View File

@ -3991,6 +3991,12 @@ div#ecm-layout-center {
padding-left: 10px !important;
padding-right: 10px !important;
}
.jnotify-container .jnotify-notification .jnotify-message {
font-weight: normal;
}
.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
color: #a28918 !important;
}
/* use or not ? */
div.jnotify-background {

View File

@ -4043,6 +4043,12 @@ div#ecm-layout-center {
padding-left: 10px !important;
padding-right: 10px !important;
}
.jnotify-container .jnotify-notification .jnotify-message {
font-weight: normal;
}
.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
color: #a28918 !important;
}
/* use or not ? */
div.jnotify-background {