aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802015-11-01 17:36:49 +0100
committerHorst31802015-11-01 17:37:09 +0100
commit3bf46267cc23c76d287fee72519da293acde8ca3 (patch)
treec7ebf574ffe88c683a63ff7488eecc4427ebd783
parent0c0e4050aae0c9f693cb8b383182d706c9c75524 (diff)
downloadsolarc-firefox-theme-3bf46267cc23c76d287fee72519da293acde8ca3.tar.gz
solarc-firefox-theme-3bf46267cc23c76d287fee72519da293acde8ca3.tar.xz
solarc-firefox-theme-3bf46267cc23c76d287fee72519da293acde8ca3.zip
better loading spinner
-rw-r--r--arc-firefox-theme/chrome/browser/browser.css4
-rw-r--r--arc-firefox-theme/chrome/browser/custom_images/connecting.pngbin0 -> 18977 bytes
-rw-r--r--arc-firefox-theme/chrome/browser/custom_images/loading.pngbin0 -> 13099 bytes
-rw-r--r--arc-firefox-theme/chrome/browser/sass/_browser-sass.scss4
-rw-r--r--arc-firefox-theme/chrome/browser/sass/browser-dark.css4
-rw-r--r--arc-firefox-theme/chrome/browser/sass/browser-darker.css4
-rw-r--r--arc-firefox-theme/chrome/browser/sass/browser-light.css4
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 74f5abd..82ffb11 100644
--- a/arc-firefox-theme/chrome/browser/browser.css
+++ b/arc-firefox-theme/chrome/browser/browser.css
@@ -2355,10 +2355,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
new file mode 100644
index 0000000..5bff514
--- /dev/null
+++ b/arc-firefox-theme/chrome/browser/custom_images/connecting.png
Binary files 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
--- /dev/null
+++ b/arc-firefox-theme/chrome/browser/custom_images/loading.png
Binary files differ
diff --git a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
index 8aac321..b291c6c 100644
--- a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
+++ b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
@@ -3147,11 +3147,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 81db042..55cd3dd 100644
--- a/arc-firefox-theme/chrome/browser/sass/browser-dark.css
+++ b/arc-firefox-theme/chrome/browser/sass/browser-dark.css
@@ -2355,10 +2355,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 2cc34ff..7ab44b6 100644
--- a/arc-firefox-theme/chrome/browser/sass/browser-darker.css
+++ b/arc-firefox-theme/chrome/browser/sass/browser-darker.css
@@ -2355,10 +2355,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 74f5abd..82ffb11 100644
--- a/arc-firefox-theme/chrome/browser/sass/browser-light.css
+++ b/arc-firefox-theme/chrome/browser/sass/browser-light.css
@@ -2355,10 +2355,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;