keeping up with Classic development, e.g. adding im, popup-blocker and junk mail...
[themes.git] / LCARStrek / global / toolbar.css
index 007a1ea7f065fc020f3c7e32222b833367b20235..df7bd62cbb4e00798f0a8c760c5b84936f42c445 100644 (file)
@@ -69,12 +69,12 @@ menubar > .toolbar-holder {
 /* ::::: toolbargrippy ::::: */
 
 toolbargrippy {
-  -moz-box-orient: vertical;
   -moz-border-radius: 8px 0px 0px 8px;
+  -moz-box-orient: vertical;
   -moz-box-align: center;
+  background-color: #FF9F00;
   border: none;
   border-right: 3px solid black;
-  background-color: #FF9F00;
   width: 15px;
   min-height: 16px;
 }
@@ -115,7 +115,7 @@ toolbargrippy[tbgrippy-collapsed="true"] {
 
 .collapsed-tray-spacer {
   border-bottom: none;
-}  
+}
 
 /* ::::: toolbarseparator ::::: */
 
@@ -124,4 +124,3 @@ toolbarseparator {
   border-right: 1px solid #000000; 
   width: 1px;
 }
-