update both themes for suite default changes up to 2010-12-03
[themes.git] / LCARStrek / communicator / communicator.css
index e396d160ac3f87cc6284089826f5f5f218ca5dfd..cfedc070cc7ee4162956e5e36fcc06a2aa5be835 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,23 @@ 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 *******/
+
+toolbar button:-moz-lwtheme,
+toolbar menulist:-moz-lwtheme:not([open="true"]),
+toolbar textbox:-moz-lwtheme:not([focused="true"]) {
+  opacity: .8;
+}
+
+treecols:-moz-lwtheme {
+  text-shadow: none;
+  color: #000000;
+  background-color: #9C9CFF;
 }