X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fbrand.css;h=3a8de56907690de3ea616d3c2713236279882dc8;hp=6072a4fefb153b4e6afd2c34c7c5d1e5a7cb394c;hb=afb758a00fc5ebfc2811cfb25037b225e9192a0c;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/communicator/brand.css b/EarlyBlue/communicator/brand.css index 6072a4fe..3a8de569 100644 --- a/EarlyBlue/communicator/brand.css +++ b/EarlyBlue/communicator/brand.css @@ -60,3 +60,16 @@ #navigator-throbber:hover:active { border: 1px inset #CCD0DD; } + +#navigator-throbber[buttonstyle="text"], +#navigator-throbber[buttonstyle="pictures"], +#navigator-throbber[toolbarmode="small"] { + margin: 0 2px 0 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"] { + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif"); +}