keep up with EarlyBlue/Classic development
[themes.git] / LCARStrek / messenger / primaryToolbar.css
index fa26bd9e6a927de5c2f514a56fe6b6b2766e3867..83a5933976fb75e61504564f2a14246d8afbf12e 100644 (file)
   list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important;
 }
 
-#junkBarImage {
-  list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
-}
-
-#junkBarMessage {
-  font-weight: bold;
-}
+/* ::::: message notification bar style rules ::::: */
 
-#junkBar {
+.msgNotificationBar {
   -moz-border-radius: 7px;
   padding: 3px;
   margin-bottom: 3px;
   color: #000000;
 }
 
+.msgNotificationBarText {
+  font-weight: bold;
+}
+
+#junkBarImage {
+  list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
+}
+
 #junkIcon {
   margin-left: 0.5ex;
   list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
 }
+
+#remoteContentImage {
+  list-style-image: url("chrome://messenger/skin/toolbar/remote-blocked.png");
+  padding: 3px;
+}