latest updates from Classic, development, working towards the 1.5 version of the...
[themes.git] / EarlyBlue / messenger / primaryToolbar.css
index 539cbfed155ba474ba5596cd4edcb768caad50cb..beb6ef067d25ca69fcf975d1c89e23a5b4a67db3 100644 (file)
 #button-stop[disabled="true"] {
   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
 }
 #button-stop[disabled="true"] {
   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
 }
+
+#button-junk {
+  list-style-image: url("chrome://messenger/skin/toolbar/junk.gif");
+}
+
+#button-junk[disabled="true"] {
+  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");
+}