X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=634ee1cad49d814fc55d6e76adf0d9d03a520a2b;hp=d02e29b3c73c649af7a2a4449fc14a92534ba271;hb=85b6b932acaea413bd82e7db99fe1352ba36664f;hpb=a7fcdb52a2d41619ef824a5e20fcb2d238e78efb diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index d02e29b3..634ee1ca 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -2884,6 +2884,16 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png"); } +@media (min-resolution: 1.1dppx) { + .tab-throbber[busy] { + list-style-image: url("chrome://communicator/skin/brand/throbber-anim-connect.png"); + } + + .tab-throbber[progress] { + list-style-image: url("chrome://communicator/skin/brand/throbber-anim.png"); + } +} + .tab-throbber[pinned], .tab-icon-image[pinned] { -moz-margin-start: 2px;