X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fresizer.css;h=28974ecfcdce02f3b15ce2ea12539edb61402151;hp=6b12f48b2a180b6376fe7689c36b92e90600ab86;hb=c0fb45ea7e0f2045575b3cdd750bbc6673b22f48;hpb=a8df931f2848af7136c07c96b55349bac60b1eb4 diff --git a/EarlyBlue/global/resizer.css b/EarlyBlue/global/resizer.css index 6b12f48b..28974ecf 100644 --- a/EarlyBlue/global/resizer.css +++ b/EarlyBlue/global/resizer.css @@ -1,5 +1,9 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +resizer { + background-color: #CCD0DD; +} + resizer[dir="top"], resizer[dir="bottom"] { cursor: ns-resize; @@ -30,5 +34,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; }