update both themes for toolkit winstripe trunk changes up to 2009-11-06
[themes.git] / EarlyBlue / global / splitter.css
index dd534234486cd3afb10ea770eb8c864f63302697..eafe243ab3f35f407740fd9a2fa5ffd37868ce2e 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== splitter.css ===================================================
   == Styles used by the XUL splitter element.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: splitter (vertical) ::::: */
 
 splitter {
   -moz-box-align: center;
   -moz-box-pack: center;
-  cursor: e-resize;
+  cursor: ew-resize;
   border: none;
   border-left: 1px solid #9999CC;
   border-right: 1px solid #9999CC;
@@ -59,10 +59,14 @@ splitter:hover:active {
   background-color: #999999;
 }
 
+splitter:-moz-lwtheme {
+  background: none;
+}
+
 /* ::::: splitter (horizontal) ::::: */
 
 splitter[orient="vertical"] {
-  cursor: n-resize;
+  cursor: ns-resize;
   border: none;
   border-top: 1px solid #9999CC;
   border-bottom: 1px solid #9999CC;
@@ -132,4 +136,3 @@ splitter[collapse="before"][state="collapsed"][orient="vertical"] > grippy {
 splitter[collapse="after"][state="collapsed"][orient="vertical"] > grippy {
   background-image: url("chrome://global/skin/splitter/grip-horiz-before.gif");
 }
-