X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=634ee1cad49d814fc55d6e76adf0d9d03a520a2b;hb=e26e584d74ccd90fd37fa22ad74bc5119d742fe1;hp=d02e29b3c73c649af7a2a4449fc14a92534ba271;hpb=dc9d5d64a3f915cb832f43050545b432f33504f7;p=themes.git 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;