sync both themes for toolkit changes in toolkit winstripe in the Mozilla 8 cycle
[themes.git] / LCARStrek / global / resizer.css
index d0878ee220a9b42eaf31d99410890f479a31a833..0ae34ef7829a674cb3f6282fb36762d3ef035db2 100644 (file)
@@ -13,7 +13,14 @@ resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
   -moz-transform: scaleX(-1);
 }
 
+resizer[dir="left"],
+resizer[dir="bottomleft"],
+resizer[dir="bottomstart"] {
+  -moz-transform: scaleX(-1);
+}
+
 resizer[dir="bottomleft"],
+resizer[dir="bottomstart"]:not([rtl="true"]):not(:-moz-locale-dir(rtl)),
 resizer[dir="bottomend"][rtl="true"] {
   cursor: sw-resize;
 }