some small adaptations to make 2.1a3 look alright
[themes.git] / LCARStrek / communicator / communicator.css
index 4e1c8e4186c94f025aa183b21dffd71aaa3a6ba2..32ab479dc30663e866cddac8884fa9003f3316d2 100644 (file)
@@ -115,8 +115,20 @@ menubar[xpfe="false"] {
   margin: 0px !important;
 }
 
-/* ::::: download manager ::::: */
+/* ::::: iconic menus and menuitems ::::: */
 
-#downloadView > treechildren::-moz-tree-image(Name) {
-  -moz-margin-end: 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;
 }