aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802015-09-23 14:34:50 +0200
committerHorst31802015-09-23 14:34:50 +0200
commitcce1e324d96c542fb3acfca566b9977c60e4e0a5 (patch)
treed89c8f3f5c98c574fa74f0a1e050cd02db2a05e1
parent4aaed84e02beae48a359a53d4f3b037148d56fae (diff)
downloadsolarc-firefox-theme-cce1e324d96c542fb3acfca566b9977c60e4e0a5.tar.gz
solarc-firefox-theme-cce1e324d96c542fb3acfca566b9977c60e4e0a5.tar.xz
solarc-firefox-theme-cce1e324d96c542fb3acfca566b9977c60e4e0a5.zip
fix close icon on active tab
-rw-r--r--arc-firefox-theme/chrome/browser/browser.css12
-rw-r--r--arc-firefox-theme/chrome/browser/sass/_browser-sass.scss12
-rw-r--r--arc-firefox-theme/chrome/browser/sass/browser-dark.css12
-rw-r--r--arc-firefox-theme/chrome/browser/sass/browser-darker.css12
-rw-r--r--arc-firefox-theme/chrome/browser/sass/browser-light.css12
5 files changed, 30 insertions, 30 deletions
diff --git a/arc-firefox-theme/chrome/browser/browser.css b/arc-firefox-theme/chrome/browser/browser.css
index f163b8e..b68451a 100644
--- a/arc-firefox-theme/chrome/browser/browser.css
+++ b/arc-firefox-theme/chrome/browser/browser.css
@@ -2576,17 +2576,17 @@ lwtHeader;*/
/* Tab close button */
.close-icon {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close.svg") !important; }
.close-icon:hover {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-hover.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-hover.svg") !important; }
.close-icon:active:hover {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-active.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-active.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-inactive.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-inactive.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon:hover {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-hover.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-hover.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon:active {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-active.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-active.svg") !important; }
/* Tabstrip new tab button */
.tabs-newtab-button,
diff --git a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
index 8f9abab..456506d 100644
--- a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
+++ b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
@@ -3458,16 +3458,16 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
// background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 96, 16, 80);
//}
.close-icon {
- background-image: url("chrome://browser/skin/custom_images/#{$asset_path}/tabs/tab-close.svg");
+ background-image: url("chrome://browser/skin/custom_images/#{$asset_path}/tabs/tab-close.svg") !important;
- &:hover { background-image: url("chrome://browser/skin/custom_images/#{$asset_path}/tabs/tab-close-hover.svg"); }
- &:active:hover { background-image: url("chrome://browser/skin/custom_images/#{$asset_path}/tabs/tab-close-active.svg"); }
+ &:hover { background-image: url("chrome://browser/skin/custom_images/#{$asset_path}/tabs/tab-close-hover.svg") !important; }
+ &:active:hover { background-image: url("chrome://browser/skin/custom_images/#{$asset_path}/tabs/tab-close-active.svg") !important; }
.tabbrowser-tab:not([selected="true"]) & {
- background-image: url("chrome://browser/skin/custom_images/#{$darker_asset_path_2}/tabs/tab-close-inactive.svg");
+ background-image: url("chrome://browser/skin/custom_images/#{$darker_asset_path_2}/tabs/tab-close-inactive.svg") !important;
- &:hover { background-image: url("chrome://browser/skin/custom_images/#{$darker_asset_path_2}/tabs/tab-close-hover.svg"); }
- &:active { background-image: url("chrome://browser/skin/custom_images/#{$darker_asset_path_2}/tabs/tab-close-active.svg"); }
+ &:hover { background-image: url("chrome://browser/skin/custom_images/#{$darker_asset_path_2}/tabs/tab-close-hover.svg") !important; }
+ &:active { background-image: url("chrome://browser/skin/custom_images/#{$darker_asset_path_2}/tabs/tab-close-active.svg") !important; }
}
}
diff --git a/arc-firefox-theme/chrome/browser/sass/browser-dark.css b/arc-firefox-theme/chrome/browser/sass/browser-dark.css
index f7a1d97..8ad8e1b 100644
--- a/arc-firefox-theme/chrome/browser/sass/browser-dark.css
+++ b/arc-firefox-theme/chrome/browser/sass/browser-dark.css
@@ -2576,17 +2576,17 @@ lwtHeader;*/
/* Tab close button */
.close-icon {
- background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close.svg") !important; }
.close-icon:hover {
- background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-hover.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-hover.svg") !important; }
.close-icon:active:hover {
- background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-active.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-active.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon {
- background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-inactive.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-inactive.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon:hover {
- background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-hover.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-hover.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon:active {
- background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-active.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-active.svg") !important; }
/* Tabstrip new tab button */
.tabs-newtab-button,
diff --git a/arc-firefox-theme/chrome/browser/sass/browser-darker.css b/arc-firefox-theme/chrome/browser/sass/browser-darker.css
index f0c97ac..3f8c8cd 100644
--- a/arc-firefox-theme/chrome/browser/sass/browser-darker.css
+++ b/arc-firefox-theme/chrome/browser/sass/browser-darker.css
@@ -2576,17 +2576,17 @@ lwtHeader;*/
/* Tab close button */
.close-icon {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close.svg") !important; }
.close-icon:hover {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-hover.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-hover.svg") !important; }
.close-icon:active:hover {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-active.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-active.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon {
- background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-inactive.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-inactive.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon:hover {
- background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-hover.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-hover.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon:active {
- background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-active.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/dark/tabs/tab-close-active.svg") !important; }
/* Tabstrip new tab button */
.tabs-newtab-button,
diff --git a/arc-firefox-theme/chrome/browser/sass/browser-light.css b/arc-firefox-theme/chrome/browser/sass/browser-light.css
index f163b8e..b68451a 100644
--- a/arc-firefox-theme/chrome/browser/sass/browser-light.css
+++ b/arc-firefox-theme/chrome/browser/sass/browser-light.css
@@ -2576,17 +2576,17 @@ lwtHeader;*/
/* Tab close button */
.close-icon {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close.svg") !important; }
.close-icon:hover {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-hover.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-hover.svg") !important; }
.close-icon:active:hover {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-active.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-active.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-inactive.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-inactive.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon:hover {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-hover.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-hover.svg") !important; }
.tabbrowser-tab:not([selected="true"]) .close-icon:active {
- background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-active.svg"); }
+ background-image: url("chrome://browser/skin/custom_images/light/tabs/tab-close-active.svg") !important; }
/* Tabstrip new tab button */
.tabs-newtab-button,