X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fbrand.css;h=d25ad82850b09b822374e1d8f80799c9272c8acb;hb=26a52ec55b9899ef2f798aab6a5d2b6d02ddedc8;hp=3b906ffe7b026f7714e52bfe5ebe7a8e32719e47;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0;p=themes.git diff --git a/LCARStrek/communicator/brand.css b/LCARStrek/communicator/brand.css index 3b906ffe..d25ad828 100644 --- a/LCARStrek/communicator/brand.css +++ b/LCARStrek/communicator/brand.css @@ -53,12 +53,18 @@ list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif"); } -/* -#navigator-throbber:hover { - border: 1px outset #CCD0DD; +window[chromehidden~="toolbar"] #navigator-throbber, +toolbar[mode="text"] #navigator-throbber, +toolbar[mode="icons"] #navigator-throbber, +#navigator-throbber[toolbarmode="small"] { + margin: 0 3px 0 1px; + padding: 2px; + list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); } -#navigator-throbber:hover:active { - border: 1px inset #CCD0DD; +window[chromehidden~="toolbar"] #navigator-throbber[busy="true"], +toolbar[mode="text"] #navigator-throbber[busy="true"], +toolbar[mode="icons"] #navigator-throbber[busy="true"], +#navigator-throbber[toolbarmode="small"][busy="true"] { + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif"); } -*/