some small adaptations to make 2.1a3 look alright
[themes.git] / LCARStrek / communicator / communicator.css
index 2a895cda8d414b0de366a8963035045e1d8059e7..32ab479dc30663e866cddac8884fa9003f3316d2 100644 (file)
    == Styles shared everywhere throughout the Communicator suite.
    ========================================================================== */
 
+toolbar {
+  -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar");
+}
+
+menubar,
+toolbar[type="menubar"] {
+  -moz-binding: url("chrome://global/skin/globalBindings.xml#grippymenubar");
+}
+
 .toolbar-primary {
-  -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary");
+  -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar-primary");
+}
+
+toolbar[xpfe="false"] {
+  -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar");
+}
+
+menubar[xpfe="false"] {
+  -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar");
 }
 
 /* ::::: autocomplete ::::: */
   margin: 0px !important;
 }
 
-/* ::::: download manager ::::: */
+/* ::::: iconic menus and menuitems ::::: */
+
+menu.menu-iconic > .menu-iconic-left,
+menuitem.menuitem-iconic > .menu-iconic-left {
+  display: -moz-box;
+}
+
+/******* lightweight themes *******/
+window[lwtheme="true"] {
+  background-repeat: no-repeat;
+  background-position: top right;
+}
 
-#downloadView > treechildren::-moz-tree-image(Name) {
-  margin-right: 2px;
+statusbar[lwthemefooter="true"] {
+  background-repeat: no-repeat;
+  background-position: bottom left;
 }