some small adaptations to make 2.1a3 look alright
[themes.git] / LCARStrek / communicator / communicator.css
index e396d160ac3f87cc6284089826f5f5f218ca5dfd..32ab479dc30663e866cddac8884fa9003f3316d2 100644 (file)
@@ -51,7 +51,8 @@ toolbar {
   -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar");
 }
 
-menubar {
+menubar,
+toolbar[type="menubar"] {
   -moz-binding: url("chrome://global/skin/globalBindings.xml#grippymenubar");
 }
 
@@ -114,8 +115,20 @@ menubar[xpfe="false"] {
   margin: 0px !important;
 }
 
-/* ::::: download manager ::::: */
+/* ::::: iconic menus and menuitems ::::: */
 
-#downloadView > treechildren::-moz-tree-image(Name) {
-  margin-right: 2px;
+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;
+}
+
+statusbar[lwthemefooter="true"] {
+  background-repeat: no-repeat;
+  background-position: bottom left;
 }