keeping up with Classic, make text/icons configurable toolbars working
[themes.git] / EarlyBlue / communicator / communicator.css
index b1ee604ad68f666877b826bd81d604a39a5274c9..7614bc0dfa85da04eeb27d1e959447734b8a15ec 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+.toolbar-primary {
+  -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-primary");
+}
+
 #offline-status[offline="true"] {
   list-style-image: url("chrome://communicator/skin/icons/offline.gif");
 }
@@ -79,3 +83,8 @@
   border: none;
   margin: 0px !important;
 }
+
+/* ::::: download manager ::::: */
+#downloadView > treechildren:-moz-tree-image(Name) {
+  margin-right: 2px;
+}