make new chatzilla tab appearance actually look fitting with the two themes
[themes.git] / EarlyBlue / global / resizer.css
index d0878ee220a9b42eaf31d99410890f479a31a833..d8eac956145c5b8e0d0782b21f23b827b2a16538 100644 (file)
@@ -1,8 +1,9 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 resizer {
-  -moz-appearance: 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;
 }