sync both themes with toolkit winstripe changes in Mozilla 14
[themes.git] / LCARStrek / global / notification.css
index bf7b4dc5d389f66b77233aad485d2a9817e11d66..b4b541f133ae170ea41dc5896f86d821e4dabc93 100644 (file)
@@ -24,14 +24,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");
 }