X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fbrand.css;h=281f7231e0b5ec0a4b64462a04688db21ae380bc;hp=c666929ae50c01bcacbe957d7fa9f9f87ff5ae25;hb=aa39c77197251b0e7a2ea70b0d6d122cb3f1fc97;hpb=caf7fc110fe23265fa8401a3c5d0ff4849604a0f diff --git a/EarlyBlue/communicator/brand.css b/EarlyBlue/communicator/brand.css index c666929a..281f7231 100644 --- a/EarlyBlue/communicator/brand.css +++ b/EarlyBlue/communicator/brand.css @@ -37,12 +37,14 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +#wrapper-throbber-box > #throbber-box > #navigator-throbber, #navigator-throbber { -moz-binding: url("chrome://global/content/bindings/button.xml#button-image"); -moz-user-focus: ignore; -moz-box-align: center; -moz-box-pack: center; - margin: 1px 3px 1px 1px; + margin: 1px; + -moz-margin-end: 3px; border: 1px solid transparent; padding: 0px; min-width: 0; @@ -62,16 +64,20 @@ } window[chromehidden~="toolbar"] #navigator-throbber, -#navigator-throbber[buttonstyle="text"], -#navigator-throbber[buttonstyle="pictures"], -#navigator-throbber[toolbarmode="small"] { - margin: 0 2px 0 1px; +toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber, +toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber, +toolbar[mode="text"] #navigator-throbber, +toolbar[mode="icons"] #navigator-throbber, +toolbar[iconsize="small"] #navigator-throbber { + margin: 0; + -moz-margin-start: 1px; + -moz-margin-end: 3px; list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); } window[chromehidden~="toolbar"] #navigator-throbber[busy="true"], -#navigator-throbber[buttonstyle="text"][busy="true"], -#navigator-throbber[buttonstyle="pictures"][busy="true"], -#navigator-throbber[toolbarmode="small"][busy="true"] { +toolbar[mode="text"] #navigator-throbber[busy="true"], +toolbar[mode="icons"] #navigator-throbber[busy="true"], +toolbar[iconsize="small"] #navigator-throbber[busy="true"] { list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif"); }