latest updates from Classic, development, working towards the 1.5 version of the...
[themes.git] / LCARStrek / messenger / primaryToolbar.css
index 5a293fdebb070ec882b3d328998a2502082b044b..3383ff98deb35cba054a4569d54cf80b3f19fb22 100644 (file)
 #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-hover.gif");
+}
+
+#junkBarMessage {
+  font-weight: bold;
+}
+
+#junkBar {
+  -moz-border-radius: 7px;
+  padding: 3px;
+  margin-bottom: 3px;
+  background-color: #FF9F00;
+  color: #000000;
+}
+
+#junkIcon {
+  margin-left: 0.5ex;
+  list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
+}