From d38486df8ef86a08ab3b929dcf53d178efbdba9f Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 1 Nov 2015 17:36:49 +0100 Subject: better loading spinner --- arc-firefox-theme/chrome/browser/browser.css | 4 ++-- .../chrome/browser/custom_images/connecting.png | Bin 0 -> 18977 bytes .../chrome/browser/custom_images/loading.png | Bin 0 -> 13099 bytes .../chrome/browser/sass/_browser-sass.scss | 4 ++-- arc-firefox-theme/chrome/browser/sass/browser-dark.css | 4 ++-- .../chrome/browser/sass/browser-darker.css | 4 ++-- arc-firefox-theme/chrome/browser/sass/browser-light.css | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 arc-firefox-theme/chrome/browser/custom_images/connecting.png create mode 100644 arc-firefox-theme/chrome/browser/custom_images/loading.png 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; diff --git a/arc-firefox-theme/chrome/browser/custom_images/connecting.png b/arc-firefox-theme/chrome/browser/custom_images/connecting.png new file mode 100644 index 0000000..5bff514 Binary files /dev/null and b/arc-firefox-theme/chrome/browser/custom_images/connecting.png differ diff --git a/arc-firefox-theme/chrome/browser/custom_images/loading.png b/arc-firefox-theme/chrome/browser/custom_images/loading.png new file mode 100644 index 0000000..bc353ac Binary files /dev/null and b/arc-firefox-theme/chrome/browser/custom_images/loading.png differ diff --git a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss index 3233be1..dfb78a4 100644 --- a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss +++ b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss @@ -3165,11 +3165,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 756cd34..b559ab2 100644 --- a/arc-firefox-theme/chrome/browser/sass/browser-dark.css +++ b/arc-firefox-theme/chrome/browser/sass/browser-dark.css @@ -2363,10 +2363,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- list-style-image: url("chrome://browser/skin/custom_images/dark/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; diff --git a/arc-firefox-theme/chrome/browser/sass/browser-darker.css b/arc-firefox-theme/chrome/browser/sass/browser-darker.css index e05de86..1e9220c 100644 --- a/arc-firefox-theme/chrome/browser/sass/browser-darker.css +++ b/arc-firefox-theme/chrome/browser/sass/browser-darker.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; 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; -- cgit v1.2.3