X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FfindBar.css;h=86552d66f9c7001b1f67196cc20cd96c91c34f2b;hp=de6783c71da44596c4c9dfc4c60e49184f7d9a8c;hb=9585a561cc6b63973afb13577bad7a4a8ea43368;hpb=18f5421a753324176299d1a66883253f6658d863 diff --git a/EarlyBlue/global/findBar.css b/EarlyBlue/global/findBar.css index de6783c7..86552d66 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"); - */ + list-style-image: url("chrome://global/skin/icons/information-16.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"); - */ }