synching EarlyBlue with trunk *stripe, rest of global/ files
[themes.git] / EarlyBlue / global / splitter.css
index dd534234486cd3afb10ea770eb8c864f63302697..a44adfe34b52e42743e1a6e0ab97904f02e9ff9c 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;
@@ -62,7 +62,7 @@ splitter:hover:active {
 /* ::::: splitter (horizontal) ::::: */
 
 splitter[orient="vertical"] {
-  cursor: n-resize;
+  cursor: ns-resize;
   border: none;
   border-top: 1px solid #9999CC;
   border-bottom: 1px solid #9999CC;