X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fresizer.css;h=7b6425f674db5a9a70d4f5a95ab30959c03a47a8;hp=6b12f48b2a180b6376fe7689c36b92e90600ab86;hb=235a0406ed3a6a7de2345a1d2e97efcef670c4e1;hpb=18f5421a753324176299d1a66883253f6658d863 diff --git a/EarlyBlue/global/resizer.css b/EarlyBlue/global/resizer.css index 6b12f48b..7b6425f6 100644 --- a/EarlyBlue/global/resizer.css +++ b/EarlyBlue/global/resizer.css @@ -1,5 +1,11 @@ @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 +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; }