some image updates snd slight corrections for add-on manager
[themes.git] / EarlyBlue / communicator / communicator.css
index df7341f54ecc629295ad90d036d01983bcb8db1d..4eae2c2507d6b26ab1453934f6007c9f0cd157cf 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 *******/
+
+toolbar button:-moz-lwtheme,
+toolbar menulist:-moz-lwtheme:not([open="true"]),
+toolbar textbox:-moz-lwtheme:not([focused="true"]) {
+  opacity: .8;
+}
 
-#downloadView > treechildren::-moz-tree-image(Name) {
-  margin-right: 2px;
+treecols:-moz-lwtheme {
+  text-shadow: none;
+  color: #000000;
+  background-color: #CCD0DD;
 }