update global in both themes to withstand a manual diff check
[themes.git] / EarlyBlue / global / notification.css
index 0e079cb997d2199b3b21320bdd0c069fe72b72bd..5488ed13127506a132c459e0e1db719d1306d261 100644 (file)
@@ -3,6 +3,7 @@
 notification {
   background-color : #FFFFCC;
   color: #000000;
+  text-shadow: none;
 }
 
 notification[type="info"] {
@@ -18,7 +19,10 @@ notification[type="critical"] {
 .messageImage {
   width: 16px;
   height: 16px;
-  margin: 0px 1px 0px 6px;
+  margin-top: 0px;
+  margin-bottom: 0px;
+  -moz-margin-start: 6px;
+  -moz-margin-end: 1px;
 }
 
 /* Default icons for notifications */
@@ -34,12 +38,12 @@ notification[type="critical"] .messageImage {
   list-style-image: url("chrome://global/skin/icons/error-16.png");
 }
 
-.messageText {
-  -moz-margin-start: 5px;
-}
-
 .messageCloseButton {
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
   padding: 4px 2px;
   border: none;
 }
+
+.messageCloseButton > .toolbarbutton-icon {
+  -moz-margin-start: 5px;
+}