update both themes to the state of SeaMonkey 2.3 and Firefox 6
[themes.git] / LCARStrek / communicator / toolbar.css
index 3121a574a2baddda29cc7709e41141ba45e08dfd..56de65c4c913c872eba0bbc321efc094e25a792a 100644 (file)
   == Styles used by XUL grippytoolbar in addition to general toolbar styles.
   ======================================================================= */
 
+toolbar[type="menubar"]:not([autohide="true"]):not([xpfe="false"]):not(:-moz-lwtheme):-moz-system-metric(menubar-drag) {
+  -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar-drag");
+}
+
 /* ::::: primary toolbar ::::: */
 
 .toolbar-primary > .toolbar-box > .toolbar-holder {
 .toolbar-primary > .toolbar-box > toolbargrippy:hover {
   background-color: #FFCF00;
 }
+
+/* ::::: solid background status bar panel ::::: */
+
+.statusbarpanel-backgroundbox {
+  -moz-box-align: stretch;
+  padding: 0px;
+}
+
+.statusbarpanel-backgroundbox > .statusbarpanel-contentbox {
+  padding: 0px 2px;
+  -moz-box-align: center;
+}