start 2.41 cycle (yes, leaving out 2.39 and 2.40)
[themes.git] / EarlyBlue / global / resizer.css
index d0878ee220a9b42eaf31d99410890f479a31a833..6f65eb80526fadce370908e338a051ec32e9e1f8 100644 (file)
@@ -3,6 +3,7 @@
 resizer {
   -moz-appearance: resizer;
   background: url("chrome://global/skin/icons/resizer.png") no-repeat;
+  background-size: 100% 100%;
   cursor: se-resize;
   width: 15px;
   height: 15px;
@@ -10,10 +11,17 @@ resizer {
 
 resizer[rtl="true"],
 resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
-  -moz-transform: scaleX(-1);
+  transform: scaleX(-1);
+}
+
+resizer[dir="left"],
+resizer[dir="bottomleft"],
+resizer[dir="bottomstart"] {
+  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;
 }