make sure the menuitem radios and checkmarks show up and the items do not inherit...
[themes.git] / EarlyBlue / global / notification.css
index 08d54c30838a40a4f9d1e56d29a6ab9cf8f6fb20..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");
 }
 
@@ -54,6 +55,14 @@ notification[type="critical"] .messageImage {
   max-width: 24em;
 }
 
+.popup-notification-learnmore-link {
+  margin-top: 1em !important;
+}
+
+.popup-notification-learnmore-link:not([href]) {
+  display: none;
+}
+
 .popup-notification-button-container {
   margin-top: 17px;
 }