X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FfindBar.css;h=f7e35de418c0ccbb9bdae5699ac0a1a30a20da8f;hp=de6783c71da44596c4c9dfc4c60e49184f7d9a8c;hb=0c8f119a82ab0a10f0a8884b04e3bbdc5140f3be;hpb=18f5421a753324176299d1a66883253f6658d863 diff --git a/EarlyBlue/global/findBar.css b/EarlyBlue/global/findBar.css index de6783c7..f7e35de4 100644 --- a/EarlyBlue/global/findBar.css +++ b/EarlyBlue/global/findBar.css @@ -13,28 +13,34 @@ findbar { /* find-next button */ .findbar-find-next { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 16px 16px 0px); - */ +} + +.findbar-find-next[disabled="true"] { + -moz-image-region: rect(16px 16px 32px 0px); } /* find-previous button */ .findbar-find-previous { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 32px 16px 16px); - */ +} + +.findbar-find-previous[disabled="true"] { + -moz-image-region: rect(16px 32px 32px 16px); } /* highlight button */ .findbar-highlight { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 48px 16px 32px); - */ +} + +.findbar-higlight[disabled="true"] { + -moz-image-region: rect(16px 48px 32px 32px); } .find-status-icon { @@ -54,23 +60,19 @@ findbar { } .find-status-icon[status="notfound"] { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/notfound.png"); - */ } .findbar-textbox[status="notfound"] { - -moz-box-shadow: 0 0 0 1em #FFC0C0 inset; + box-shadow: 0 0 0 1em #FFC0C0 inset; color: #000000; } .findbar-textbox[flash="true"] { - -moz-box-shadow: 0 0 0 1em #FFFFC0 inset; + box-shadow: 0 0 0 1em #FFFFC0 inset; color: #000000; } .find-status-icon[status="wrapped"] { - /* XXX: look into this when we support FF list-style-image: url("chrome://global/skin/icons/wrap.png"); - */ }