diff options
Diffstat (limited to 'arc-firefox-theme/chrome/browser/sass/browser-light.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/sass/browser-light.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arc-firefox-theme/chrome/browser/sass/browser-light.css b/arc-firefox-theme/chrome/browser/sass/browser-light.css index 95b4df1..f7ed613 100644 --- a/arc-firefox-theme/chrome/browser/sass/browser-light.css +++ b/arc-firefox-theme/chrome/browser/sass/browser-light.css @@ -2363,10 +2363,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- list-style-image: url("chrome://browser/skin/custom_images/light/tabs/tab-audio-small.svg#tab-audio-muted"); } .tab-throbber[busy] { - list-style-image: url("chrome://browser/skin/tabbrowser/connecting.png"); } + list-style-image: url("chrome://browser/skin/custom_images/connecting.png"); } .tab-throbber[progress] { - list-style-image: url("chrome://browser/skin/tabbrowser/loading.png"); } + list-style-image: url("chrome://browser/skin/custom_images/loading.png"); } .tab-label { -moz-margin-end: 0; |