diff options
author | Horst3180 | 2015-11-01 17:36:49 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-01 17:36:49 +0100 |
commit | d38486df8ef86a08ab3b929dcf53d178efbdba9f (patch) | |
tree | 27bc52da941b4c21b0424928da50b0a0d5c6a72b /arc-firefox-theme/chrome/browser/browser.css | |
parent | 44da2cf630622f7732fb6a1e88db121814e87e94 (diff) | |
download | solarc-firefox-theme-d38486df8ef86a08ab3b929dcf53d178efbdba9f.tar.gz solarc-firefox-theme-d38486df8ef86a08ab3b929dcf53d178efbdba9f.tar.xz solarc-firefox-theme-d38486df8ef86a08ab3b929dcf53d178efbdba9f.zip |
better loading spinner
Diffstat (limited to 'arc-firefox-theme/chrome/browser/browser.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/browser.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arc-firefox-theme/chrome/browser/browser.css b/arc-firefox-theme/chrome/browser/browser.css index 95b4df1..f7ed613 100644 --- a/arc-firefox-theme/chrome/browser/browser.css +++ b/arc-firefox-theme/chrome/browser/browser.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; |