sync webconsole with windows theme changes in Firefox 26 cycle
[themes.git] / EarlyBlue / global / notification.css
index b676aea6edfa2103385495987d2b4fa34ab47f0f..9ade78d40ff84bf9dca903d31adb6b2776ef18f0 100644 (file)
@@ -3,6 +3,7 @@
 notification {
   background-color : #FFFFCC;
   color: #000000;
+  text-shadow: none;
 }
 
 notification[type="info"] {
@@ -18,15 +19,24 @@ 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;
 }
 
-.messageText {
-  -moz-margin-start: 5px;
+/* Default icons for notifications */
+
+.messageImage[type="info"] {
+  list-style-image: url("chrome://global/skin/icons/information-16.png");
 }
 
-.messageButton {
-  margin: 0px 5px 0px 5px;
+.messageImage[type="warning"] {
+  list-style-image: url("chrome://global/skin/icons/warning-16.png");
+}
+
+.messageImage[type="critical"] {
+  list-style-image: url("chrome://global/skin/icons/error-16.png");
 }
 
 .messageCloseButton {
@@ -34,3 +44,26 @@ notification[type="critical"] {
   padding: 4px 2px;
   border: none;
 }
+
+.messageCloseButton > .toolbarbutton-icon {
+  -moz-margin-start: 5px;
+}
+
+/* Popup notification */
+
+.popup-notification-description {
+  max-width: 24em;
+}
+
+.popup-notification-button-container {
+  margin-top: 17px;
+}
+
+.popup-notification-closebutton {
+  -moz-margin-end: -5px;
+  margin-top: -5px;
+}
+
+.popup-notification-closeitem {
+  list-style-image: url("chrome://global/skin/icons/close-button.gif");
+}