update both themes for toolkit windows changes in Mozilla 22 cycle
[themes.git] / EarlyBlue / global / alerts / alert.css
index f031d13f6324bf48deb98eb3d6c790392e96bbbb..c4d94a7ce8a9b9af516883a590c8131f12cff746 100644 (file)
   width: 255px;
 }
 
+.alertTextBox,
+.alertCloseBox {
+}
+
 .alertBox[orient="horizontal"] > .alertImageBox {
   -moz-margin-end: 8px;
 }
@@ -43,6 +47,7 @@
 #alertImage {
   max-width: 48px;
   max-height: 48px;
+  list-style-image: url("chrome://global/skin/alerts/notification-48.png");
 }
 
 #alertNotification[clickable="true"] {
@@ -76,3 +81,12 @@ label {
     opacity: 0;
   }
 }
+
+.alertCloseButton {
+  list-style-image: url("chrome://global/skin/icons/close-button.gif");
+  padding: 4px 2px;
+}
+
+.alertCloseButton > .toolbarbutton-text {
+  display: none;
+}