remove general background color for resizers
[themes.git] / LCARStrek / global / resizer.css
index 6b12f48b2a180b6376fe7689c36b92e90600ab86..9e67c1b9301061c696f4b92260c6311bf8e7dac9 100644 (file)
@@ -1,5 +1,11 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+/*
+resizer {
+  background-color: #000000;
+}
+*/
+
 resizer[dir="top"],
 resizer[dir="bottom"] {
   cursor: ns-resize;
@@ -30,5 +36,8 @@ resizer[dir="bottomend"]:-moz-locale-dir(rtl) {
 
 resizer[dir="bottomright"]:-moz-locale-dir(ltr),
 resizer[dir="bottomend"] {
-  /* -moz-appearance: resizer; */
+  background-image: url("chrome://global/skin/icons/resizer.png");
+  background-position: bottom right;
+  width: 15px;
+  height: 15px;
 }