X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fbrand.css;h=c639644e2d22037e085ebe252f8ce4cc159cd268;hp=75a2e2e5f08d6c7a480fa86a5e93f3d3b8558c56;hb=7862e6ee1141fa74a714e5461320d2fb8299c455;hpb=dc8e1207f84a5cfa95730773286253bfe4430086 diff --git a/LCARStrek/communicator/brand.css b/LCARStrek/communicator/brand.css index 75a2e2e5..c639644e 100644 --- a/LCARStrek/communicator/brand.css +++ b/LCARStrek/communicator/brand.css @@ -40,11 +40,11 @@ #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; + /*-moz-box-align: center; + -moz-box-pack: center; */ + margin: 0; border: none; - padding: 1px; + padding: 2px; min-width: 0; list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif"); } @@ -53,16 +53,17 @@ list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif"); } -#navigator-throbber[buttonstyle="text"], -#navigator-throbber[buttonstyle="pictures"], -#navigator-throbber[toolbarmode="small"] { - margin: 0 3px 0 1px; - padding: 2px; +window[chromehidden~="toolbar"] #navigator-throbber, +toolbar[mode="text"] #navigator-throbber, +toolbar[mode="icons"] #navigator-throbber, +toolbar[iconsize="small"] #navigator-throbber { + padding: 1px; list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); } -#navigator-throbber[buttonstyle="text"][busy="true"], -#navigator-throbber[buttonstyle="pictures"][busy="true"], -#navigator-throbber[toolbarmode="small"][busy="true"] { +window[chromehidden~="toolbar"] #navigator-throbber[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"); }