update both themes for winstripe changes up to 2010-07-02
[themes.git] / LCARStrek / global / resizer.css
index 6b12f48b2a180b6376fe7689c36b92e90600ab86..d0878ee220a9b42eaf31d99410890f479a31a833 100644 (file)
@@ -1,5 +1,23 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+resizer {
+  -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"] {
   cursor: ns-resize;
@@ -14,21 +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"] {
-  /* -moz-appearance: resizer; */
-}