keeping up with classic development
[themes.git] / LCARStrek / communicator / communicator.css
index 116169262338adabf82a8ad46111d96225879ca8..a85f431420335aff8dbcd2e365b62673f2a253d8 100644 (file)
    == Styles shared everywhere throughout the Communicator suite.
    ========================================================================== */
 
+.toolbar-primary {
+  -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-primary");
+}
+
 #offline-status[offline="true"] {
   list-style-image: url("chrome://communicator/skin/icons/offline.gif");
 }
@@ -81,3 +85,8 @@
   border: none;
   margin: 0px !important;
 }
+
+/* ::::: download manager ::::: */
+#downloadView > treechildren:-moz-tree-image(Name) {
+  margin-right: 2px;
+}