make new nightly builds work with both themes
[themes.git] / LCARStrek / messenger / primaryToolbar.css
index 1249042cbb6ec2c47fe45ef802129e7973d37867..e5e89798f778a611d182fa316c2211ae3f67cbcd 100644 (file)
@@ -452,10 +452,13 @@ toolbar[iconsize="small"] > #sync-button[status=active] {
 
 /* ::::: message notification bar style rules ::::: */
 
+#msgNotificationBar:not([collapsed="true"]) > .msgNotificationBar {
+  margin-bottom: 3px;
+}
+
 .msgNotificationBar {
   border-radius: 7px;
   padding: 3px;
-  margin-bottom: 3px;
   background-color: #FF9F00;
   color: #000000;
 }
@@ -464,29 +467,18 @@ toolbar[iconsize="small"] > #sync-button[status=active] {
   text-shadow: none;
 }
 
-.msgNotificationBarText {
-  font-weight: bold;
-}
-
-#junkBarImage {
-  list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
+.messageImage[value="remoteContent"] {
+  list-style-image: url("chrome://messenger/skin/icons/remote-blocked.png");
 }
 
-#junkIcon {
-  -moz-margin-start: 0.5ex;
-  list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
+.messageImage[value="junkContent"] {
+  list-style-image: url("chrome://messenger/skin/icons/junk.png");
 }
 
-#remoteContentImage {
-  list-style-image: url("chrome://messenger/skin/toolbar/remote-blocked.png");
-  padding: 3px;
-}
-
-#mdnBarImage {
-  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
-  padding: 3px;
+.messageImage[value="phishingContent"] {
+  list-style-image: url("chrome://messenger/skin/icons/phishing.png");
 }
 
-#allowRemoteContentForAuthorDesc {
-  -moz-padding-start: 10px;
+.messageImage[value="mdnContent"] {
+  list-style-image: url("chrome://messenger/skin/icons/info.png");
 }