make sure the menuitem radios and checkmarks show up and the items do not inherit...
[themes.git] / EarlyBlue / global / notification.css
index d3d59b0fe97e24c60819dfd7af572baecc3858e0..2fa8003e8676fe2dcbc40d397c704490f3e308e9 100644 (file)
@@ -27,14 +27,15 @@ notification[type="critical"] {
 
 /* Default icons for notifications */
 
-notification[type="info"] .messageImage {
+.messageImage[type="info"] {
   list-style-image: url("chrome://global/skin/icons/information-16.png");
 }
-notification[type="warning"] .messageImage {
+
+.messageImage[type="warning"] {
   list-style-image: url("chrome://global/skin/icons/warning-16.png");
 }
 
-notification[type="critical"] .messageImage {
+.messageImage[type="critical"] {
   list-style-image: url("chrome://global/skin/icons/error-16.png");
 }
 
@@ -51,13 +52,26 @@ notification[type="critical"] .messageImage {
 /* Popup notification */
 
 .popup-notification-description {
-  max-width: 248px;
+  max-width: 24em;
+}
+
+.popup-notification-learnmore-link {
+  margin-top: 1em !important;
 }
 
-.popup-notification-menubutton {
+.popup-notification-learnmore-link:not([href]) {
+  display: none;
+}
+
+.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");
 }