X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fglobal%2FfindBar.css;fp=LCARStrek%2Fglobal%2FfindBar.css;h=fa617dee588e9afa1472332ff791045b529cfee6;hb=c79d2bbe6e21fbe322c5481d0757831306d1eeaf;hp=0000000000000000000000000000000000000000;hpb=35eb061608e58d763f25903d14db5b58b491bf58;p=themes.git diff --git a/LCARStrek/global/findBar.css b/LCARStrek/global/findBar.css new file mode 100644 index 00000000..fa617dee --- /dev/null +++ b/LCARStrek/global/findBar.css @@ -0,0 +1,87 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +.findbar-closebutton { + list-style-image: url("chrome://global/skin/icons/close-button.gif"); +} + +findbar { + border-top: 1px solid #666699; + border-bottom: 1px solid transparent; + min-width: 1px; +} + +/* 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); + */ +} + +/* 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); + */ +} + +/* 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); + */ +} + +.find-status-icon { + list-style-image: none; + margin-top: 0px; + margin-bottom: 0px; + -moz-margin-start: 12px; + -moz-margin-end: 0px; + width: 16px; + height: 16px; +} + +.findbar-find-status { + margin-top: 0px; + margin-bottom: 0px; + -moz-margin-start: 3px; + -moz-margin-end: 0px; + padding: 2px; +} + +.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: #FF0000; + color: #000000; +} + +findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox { + background-color: #FFCF00; +} + +.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; */ +}