sync LCARStrek with the rest of the modifications in Firefox 10
[themes.git] / EarlyBlue / communicator / toolbar.css
index 67858e4378b6dfbf88c4b8ce778711a6e39c97d4..1600cc2e9ae225c3a75c1884ddc36409504976a3 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+toolbar[type="menubar"]:not([autohide="true"]):not([xpfe="false"]):not(:-moz-lwtheme):-moz-system-metric(menubar-drag) {
+  -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-drag");
+}
+
 /* ::::: toolbar & menubar ::::: */
 
 .toolbar-holder {
@@ -77,3 +81,15 @@ toolbargrippy[tbgrippy-collapsed="true"] {
 .collapsed-tray-spacer {
   border-bottom: 1px solid #9999CC;
 }
+
+/* ::::: solid background status bar panel ::::: */
+
+.statusbarpanel-backgroundbox {
+  -moz-box-align: stretch;
+  padding: 0px;
+}
+
+.statusbarpanel-backgroundbox > .statusbarpanel-contentbox {
+  padding: 0px 1px;
+  -moz-box-align: center;
+}