X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FfindBar.css;h=e5a4b2493386b19d1f6dba3ff289b1e177c39578;hp=9fdd51c83d3fceffe7557d16b5a8875c506e8f7f;hb=0c8ed02756358926ad17b3e1dafc297c157b2e85;hpb=56029cafc51f2cfb90a4d902402129e51fcde8b8 diff --git a/EarlyBlue/global/findBar.css b/EarlyBlue/global/findBar.css index 9fdd51c8..e5a4b249 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 { @@ -48,40 +54,25 @@ findbar { } .findbar-find-status { - margin-top: 0px; - margin-bottom: 0px; - -moz-margin-start: 3px; - -moz-margin-end: 0px; - padding: 2px; + margin: 0 !important; + -moz-margin-start: 3px !important; + padding: 2px !important; } .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 { - -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox"); - border: none; - margin: 0px; } .findbar-textbox[status="notfound"] { - background-color: #FFC0C0; + -moz-box-shadow: 0 0 0 1em #FFC0C0 inset; color: #000000; } -.findbar-textbox { - background-color: #FFFFC0; +.findbar-textbox[flash="true"] { + -moz-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"); - */ -} - -.find-field-container { - /* -moz-appearance: textfield; */ }