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