sync LCARStrek with parts of browser winstripe changes in Firefox 14
[themes.git] / LCARStrek / communicator / communicator.css
index 4e1c8e4186c94f025aa183b21dffd71aaa3a6ba2..5c8a3a22a8be36d6a1c0e7baf2defb1f9b247db0 100644 (file)
@@ -115,8 +115,64 @@ 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;
+}
+
+/* ::::: sync notification ::::: */
+
+#sync-notifications > notification {
+  margin-top: 3px;
+}
+
+#sync-notifications > notification > .notification-inner > hbox > button {
+  margin: 0;
+}
+
+/******* 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;
+}
+
+/* ::::: toolbar print button ::::: */
+#print-button {
+  list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
+  -moz-image-region: rect(0px 25px 21px 0px);
+}
+
+#print-button[disabled="true"] {
+  -moz-image-region: rect(0px 50px 21px 25px);
+}
+
+#print-button:not([disabled="true"]):hover,
+#print-button:not([disabled="true"]):hover:active,
+#print-button[open="true"] {
+  -moz-image-region: rect(0px 75px 21px 50px);
+}
+
+toolbar[iconsize="small"] > toolbarpaletteitem > #print-button,
+toolbar[iconsize="small"] > #print-button {
+  list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+  -moz-image-region: rect(0 16px 16px 0);
+}
+
+toolbar[iconsize="small"] > #print-button[disabled="true"] {
+  -moz-image-region: rect(0 32px 16px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover,
+toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
+  -moz-image-region: rect(0 48px 16px 32px);
 }