update to suite default status of 2009-02-23 and 2.0a3: bug 477309 - use class="tabbable"
[themes.git] / EarlyBlue / global / notification.css
index 445176ca4bea08d32766aa733b9b2c5100f555a9..8362963ad8d6427a23d5acb1288cb33c17e54226 100644 (file)
@@ -7,24 +7,38 @@ notification {
 
 notification[type="info"] {
   background-color: #CCD0DD;
+  color: #000000;
 }
 
 notification[type="critical"] {
   background-color: #FFC0C0;
+  color: #000000;
 }
 
 .messageImage {
   width: 16px;
   height: 16px;
-  margin: 0px 1px 0px 6px;
+  margin-top: 0px;
+  margin-bottom: 0px;
+  -moz-margin-start: 6px;
+  -moz-margin-end: 1px;
 }
 
-.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 {