2
0
forked from Wavyzz/dolibarr

Fix: Style

This commit is contained in:
Laurent Destailleur
2011-06-29 12:58:32 +00:00
parent dd9f21b7ae
commit e7ce28cf2d

View File

@@ -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,