update both themes for suite default theme changes up to 2010-07-25
[themes.git] / LCARStrek / communicator / toolbar.css
index d4f6c6660f0b56d9ce1af6fc8b7aa844ad352217..70881a8f55e733a47724faf151e9f582940b86f8 100644 (file)
 
 /* ::::: primary toolbar ::::: */
 
-.toolbar-primary > .toolbar-holder {
+.toolbar-primary > .toolbar-box > .toolbar-holder {
   background-color: #FF9F00;
 }
 
-.toolbar-primary > .toolbar-endcap {
+.toolbar-primary > .toolbar-box > .toolbar-endcap {
   background-color: #9C9CFF;
 }
 
-.toolbar-primary > toolbargrippy {
+.toolbar-primary > .toolbar-box > toolbargrippy {
   background-color: #9C9CFF;
 }
 
-.toolbar-primary > toolbargrippy:hover {
+.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;
+}