summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default/notification/notification.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/ITMILL/themes/default/notification/notification.css')
-rw-r--r--WebContent/ITMILL/themes/default/notification/notification.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/WebContent/ITMILL/themes/default/notification/notification.css b/WebContent/ITMILL/themes/default/notification/notification.css
index 6ec5e7fc4b..1f8736391a 100644
--- a/WebContent/ITMILL/themes/default/notification/notification.css
+++ b/WebContent/ITMILL/themes/default/notification/notification.css
@@ -1,4 +1,3 @@
-
.i-Notification {
font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
background-color: #818e92;
@@ -21,7 +20,6 @@
white-space: nowrap;
margin: 0 10px 0 0;
}
-
.i-Notification.warning {
background: #fff1e4;
color: #dd3400;
@@ -31,7 +29,6 @@
border-radius: 5px;
opacity: 1;
}
-
.i-Notification.error {
background: #f23d00 url(img/close-error.png) no-repeat right 5px;
padding-right: 30px;
@@ -40,8 +37,6 @@
-webkit-border-radius: 6px;
border-radius: 6px;
}
-
-
.i-Notification.tray {
background: #575e60;
padding: 0.5em;
@@ -66,7 +61,6 @@
margin: 8px 10px 5px 10px;
color: #e4e7ea;
}
-
.i-Notification.system {
background-color: #ff0a0a;
opacity: 0.7;
@@ -78,4 +72,4 @@
}
.i-Notification.system p {
white-space: nowrap;
-}
+} \ No newline at end of file