update both themes for toolkit winstripe trunk changes up to 2009-11-06
[themes.git] / LCARStrek / global / splitter.css
index 9ff5a175ca99c3030cf480c80640322465e2b801..f1c025c3395c3e457d83b4f044239eba58f88414 100644 (file)
@@ -52,7 +52,7 @@ splitter {
   border-bottom: 3px solid black;
   min-width: 6px;
   background-color: #9C9CFF;
-  margin: 0px 3px 0px 3px;
+  margin: 0px 3px;
 }
 
 splitter[state="dragging"],
@@ -65,6 +65,10 @@ splitter.tree-splitter {
   margin: 0px;
 }
 
+splitter:-moz-lwtheme {
+  background: none;
+}
+
 /* ::::: splitter (horizontal) ::::: */
 
 splitter[orient="vertical"] {
@@ -73,7 +77,7 @@ splitter[orient="vertical"] {
   border-left: 3px solid black;
   border-right: 3px solid black;
   min-height: 6px;
-  margin: 3px 0px 3px 0px;
+  margin: 3px 0px;
 }
 
 /* ::::: splitter grippy ::::: */