update both themes for winstripe changes up to 2010-07-02
[themes.git] / LCARStrek / global / resizer.css
index 9e67c1b9301061c696f4b92260c6311bf8e7dac9..d0878ee220a9b42eaf31d99410890f479a31a833 100644 (file)
@@ -1,10 +1,22 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/*
 resizer {
-  background-color: #000000;
+  -moz-appearance: resizer;
+  background: url("chrome://global/skin/icons/resizer.png") no-repeat;
+  cursor: se-resize;
+  width: 15px;
+  height: 15px;
+}
+
+resizer[rtl="true"],
+resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
+  -moz-transform: scaleX(-1);
+}
+
+resizer[dir="bottomleft"],
+resizer[dir="bottomend"][rtl="true"] {
+  cursor: sw-resize;
 }
-*/
 
 resizer[dir="top"],
 resizer[dir="bottom"] {
@@ -20,24 +32,6 @@ resizer[dir="topleft"] {
   cursor: nw-resize;
 }
 
-resizer[dir="bottomright"],
-resizer[dir="bottomend"]:-moz-locale-dir(ltr) {
-  cursor: se-resize;
-}
-
 resizer[dir="topright"] {
   cursor: ne-resize;
 }
-
-resizer[dir="bottomleft"],
-resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
-  cursor: sw-resize;
-}
-
-resizer[dir="bottomright"]:-moz-locale-dir(ltr),
-resizer[dir="bottomend"] {
-  background-image: url("chrome://global/skin/icons/resizer.png");
-  background-position: bottom right;
-  width: 15px;
-  height: 15px;
-}