EarlyBlue 2.0a1 -> 2.0a2 changes, communicator/ and global/ changes
[themes.git] / EarlyBlue / global / notification.css
index 445176ca4bea08d32766aa733b9b2c5100f555a9..0e079cb997d2199b3b21320bdd0c069fe72b72bd 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,12 +21,21 @@ notification[type="critical"] {
   margin: 0px 1px 0px 6px;
 }
 
-.messageText {
-  -moz-margin-start: 5px;
+/* 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");
 }
 
-.messageButton {
-  margin: 0px 5px 0px 5px;
+.messageText {
+  -moz-margin-start: 5px;
 }
 
 .messageCloseButton {