forked from Wavyzz/dolibarr
Fix: Style
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #4c4c4c;
|
||||
background-color: #e3f0db;
|
||||
filter: alpha(opacity=90);
|
||||
-moz-opacity: 0.90;
|
||||
opacity: 0.90;
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
/* notification type == "error" */
|
||||
.jnotify-container .jnotify-notification-error .jnotify-background {
|
||||
background-color: #d79eac;
|
||||
background-color: #d79eac !important;
|
||||
}
|
||||
|
||||
.jnotify-container .jnotify-notification-error .jnotify-close,
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
/* notification type == "warning" */
|
||||
.jnotify-container .jnotify-notification-warning .jnotify-background {
|
||||
background-color: #fff7d1;
|
||||
background-color: #fff7d1 !important;
|
||||
}
|
||||
|
||||
.jnotify-container .jnotify-notification-warning .jnotify-close,
|
||||
|
||||
Reference in New Issue
Block a user