diff options
author | Horst3180 | 2015-11-01 17:36:49 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-04 13:11:28 +0100 |
commit | 433980f9fd8eace6904eb48de048b3ecf919e9a5 (patch) | |
tree | 276ea740201ccea5eb93b5d5712632e3cc132f44 | |
parent | 3f97b7bb54911ead24ad9b99dfa80f30a5b30c39 (diff) | |
download | solarc-firefox-theme-433980f9fd8eace6904eb48de048b3ecf919e9a5.tar.gz solarc-firefox-theme-433980f9fd8eace6904eb48de048b3ecf919e9a5.tar.xz solarc-firefox-theme-433980f9fd8eace6904eb48de048b3ecf919e9a5.zip |
better loading spinnerfirefox-38-esr
-rw-r--r-- | arc-firefox-theme/chrome/browser/browser.css | 4 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/custom_images/connecting.png | bin | 0 -> 18977 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/custom_images/loading.png | bin | 0 -> 13099 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/sass/_browser-sass.scss | 4 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/sass/browser-dark.css | 4 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/sass/browser-darker.css | 4 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/sass/browser-light.css | 4 |
7 files changed, 10 insertions, 10 deletions
diff --git a/arc-firefox-theme/chrome/browser/browser.css b/arc-firefox-theme/chrome/browser/browser.css index 7f2ea86..cb7f7b6 100644 --- a/arc-firefox-theme/chrome/browser/browser.css +++ b/arc-firefox-theme/chrome/browser/browser.css @@ -2058,10 +2058,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- list-style-image: url("chrome://browser/skin/tabbrowser/crashed.svg"); } .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; diff --git a/arc-firefox-theme/chrome/browser/custom_images/connecting.png b/arc-firefox-theme/chrome/browser/custom_images/connecting.png Binary files differnew file mode 100644 index 0000000..5bff514 --- /dev/null +++ b/arc-firefox-theme/chrome/browser/custom_images/connecting.png diff --git a/arc-firefox-theme/chrome/browser/custom_images/loading.png b/arc-firefox-theme/chrome/browser/custom_images/loading.png Binary files differnew file mode 100644 index 0000000..bc353ac --- /dev/null +++ b/arc-firefox-theme/chrome/browser/custom_images/loading.png diff --git a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss index ae3752e..17d1e02 100644 --- a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss +++ b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss @@ -2748,11 +2748,11 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- } .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 { diff --git a/arc-firefox-theme/chrome/browser/sass/browser-dark.css b/arc-firefox-theme/chrome/browser/sass/browser-dark.css index 0142e1a..d763347 100644 --- a/arc-firefox-theme/chrome/browser/sass/browser-dark.css +++ b/arc-firefox-theme/chrome/browser/sass/browser-dark.css @@ -2058,10 +2058,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- list-style-image: url("chrome://browser/skin/tabbrowser/crashed.svg"); } .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; diff --git a/arc-firefox-theme/chrome/browser/sass/browser-darker.css b/arc-firefox-theme/chrome/browser/sass/browser-darker.css index 9e22daa..eee5c7b 100644 --- a/arc-firefox-theme/chrome/browser/sass/browser-darker.css +++ b/arc-firefox-theme/chrome/browser/sass/browser-darker.css @@ -2058,10 +2058,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- list-style-image: url("chrome://browser/skin/tabbrowser/crashed.svg"); } .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; diff --git a/arc-firefox-theme/chrome/browser/sass/browser-light.css b/arc-firefox-theme/chrome/browser/sass/browser-light.css index 7f2ea86..cb7f7b6 100644 --- a/arc-firefox-theme/chrome/browser/sass/browser-light.css +++ b/arc-firefox-theme/chrome/browser/sass/browser-light.css @@ -2058,10 +2058,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- list-style-image: url("chrome://browser/skin/tabbrowser/crashed.svg"); } .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; |