CSS not bold on jnotify messages
This commit is contained in:
parent
91d303465d
commit
87a75a0ad7
@ -3991,6 +3991,12 @@ div#ecm-layout-center {
|
|||||||
padding-left: 10px !important;
|
padding-left: 10px !important;
|
||||||
padding-right: 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 ? */
|
/* use or not ? */
|
||||||
div.jnotify-background {
|
div.jnotify-background {
|
||||||
|
|||||||
@ -4043,6 +4043,12 @@ div#ecm-layout-center {
|
|||||||
padding-left: 10px !important;
|
padding-left: 10px !important;
|
||||||
padding-right: 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 ? */
|
/* use or not ? */
|
||||||
div.jnotify-background {
|
div.jnotify-background {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user