update both themes to toolkit winstripe changes up to 2010-09-24
[themes.git] / EarlyBlue / communicator / communicator.css
index df7341f54ecc629295ad90d036d01983bcb8db1d..99901bc15aa69edda25b2515206a0bc5e3081e6d 100644 (file)
   -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary");
 }
 
+/* ::::: autocomplete ::::: */
+
+.autocomplete-history-popup {
+  max-height: 25em;
+}
+
+/* ::::: online/offline icons ::::: */
+
 #offline-status[offline="true"] {
   list-style-image: url("chrome://communicator/skin/icons/offline.gif");
 }
   margin: 0px !important;
 }
 
-/* ::::: download manager ::::: */
+/* ::::: iconic menu 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;
 }