latest updates from Classic, development, working towards the 1.5 version of the...
[themes.git] / EarlyBlue / messenger / primaryToolbar.css
index 91da14c45b879062c23c9cad37d335bfc8628cee..beb6ef067d25ca69fcf975d1c89e23a5b4a67db3 100644 (file)
 }
 
 #button-junk {
 }
 
 #button-junk {
-  list-style-image: url("chrome://messenger/skin/toolbar/mark.gif");
+  list-style-image: url("chrome://messenger/skin/toolbar/junk.gif");
 }
 
 #button-junk[disabled="true"] {
 }
 
 #button-junk[disabled="true"] {
-  list-style-image: url("chrome://messenger/skin/toolbar/mark-disabled.gif") !important;
-}
\ No newline at end of file
+  list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important;
+}
+
+#junkBarImage {
+  list-style-image: url("chrome://messenger/skin/toolbar/junk.gif");
+}
+
+#junkBarMessage {
+  font-weight: bold;
+}
+
+#junkBar {
+  /* border-bottom: 1px solid #669999; */
+  background-color: #9999CC;
+}
+
+#junkIcon {
+  margin-left: 0.5ex;
+  list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
+}