incorporate all needed *stripe/classic changes until toolkit and suite moved from...
[themes.git] / EarlyBlue / global / notification.css
index 445176ca4bea08d32766aa733b9b2c5100f555a9..8c1a6aaf17dc5e12aaa1a57d64d3048f15412880 100644 (file)
@@ -7,10 +7,12 @@ notification {
 
 notification[type="info"] {
   background-color: #CCD0DD;
+  color: #000000;
 }
 
 notification[type="critical"] {
   background-color: #FFC0C0;
+  color: #000000;
 }
 
 .messageImage {
@@ -19,6 +21,19 @@ notification[type="critical"] {
   margin: 0px 1px 0px 6px;
 }
 
+/* Default icons for notifications */
+
+notification[type="info"] .messageImage {
+  list-style-image: url("chrome://global/skin/icons/information-16.png");
+}
+notification[type="warning"] .messageImage {
+  list-style-image: url("chrome://global/skin/icons/warning-16.png");
+}
+
+notification[type="critical"] .messageImage {
+  list-style-image: url("chrome://global/skin/icons/error-16.png");
+}
+
 .messageText {
   -moz-margin-start: 5px;
 }