aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802015-08-21 21:48:12 +0200
committerHorst31802015-08-21 21:48:12 +0200
commitafc690ab9e8d98d83b61e2c5ce0f4c2a8d04c253 (patch)
tree2f53b566825b8225388d66c8a13ab8cc4a3bc85f
parentdd43717add817a4432aad36a0232c2923a406b05 (diff)
downloadsolarc-firefox-theme-afc690ab9e8d98d83b61e2c5ce0f4c2a8d04c253.tar.gz
solarc-firefox-theme-afc690ab9e8d98d83b61e2c5ce0f4c2a8d04c253.tar.xz
solarc-firefox-theme-afc690ab9e8d98d83b61e2c5ce0f4c2a8d04c253.zip
fix inactive tab hover color
-rw-r--r--arc-firefox-theme/chrome/browser/browser.css2
-rw-r--r--arc-firefox-theme/chrome/browser/sass/_browser-sass.scss2
-rw-r--r--arc-firefox-theme/chrome/browser/sass/browser-dark.css2
-rw-r--r--arc-firefox-theme/chrome/browser/sass/browser-darker.css2
-rw-r--r--arc-firefox-theme/chrome/browser/sass/browser-light.css2
5 files changed, 10 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/browser.css b/arc-firefox-theme/chrome/browser/browser.css
index e78c95e..69a76a0 100644
--- a/arc-firefox-theme/chrome/browser/browser.css
+++ b/arc-firefox-theme/chrome/browser/browser.css
@@ -2476,6 +2476,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
.tabbrowser-tab:not([selected="true"]) {
color: rgba(82, 93, 118, 0.6); }
+ .tabbrowser-tab:not([selected="true"]):hover {
+ color: rgba(82, 93, 118, 0.8); }
/* Selected tab */
/*
diff --git a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
index 23675f2..6c5b694 100644
--- a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
+++ b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
@@ -3271,6 +3271,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
.tabbrowser-tab:not([selected="true"]) {
color: transparentize($header_fg, 0.2);
+
+ &:hover { color: $header_fg; }
}
/* Selected tab */
diff --git a/arc-firefox-theme/chrome/browser/sass/browser-dark.css b/arc-firefox-theme/chrome/browser/sass/browser-dark.css
index 1a8a7af..44c8d26 100644
--- a/arc-firefox-theme/chrome/browser/sass/browser-dark.css
+++ b/arc-firefox-theme/chrome/browser/sass/browser-dark.css
@@ -2476,6 +2476,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
.tabbrowser-tab:not([selected="true"]) {
color: rgba(207, 218, 231, 0.6); }
+ .tabbrowser-tab:not([selected="true"]):hover {
+ color: rgba(207, 218, 231, 0.8); }
/* Selected tab */
/*
diff --git a/arc-firefox-theme/chrome/browser/sass/browser-darker.css b/arc-firefox-theme/chrome/browser/sass/browser-darker.css
index fa3a898..052a329 100644
--- a/arc-firefox-theme/chrome/browser/sass/browser-darker.css
+++ b/arc-firefox-theme/chrome/browser/sass/browser-darker.css
@@ -2476,6 +2476,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
.tabbrowser-tab:not([selected="true"]) {
color: rgba(207, 218, 231, 0.6); }
+ .tabbrowser-tab:not([selected="true"]):hover {
+ color: rgba(207, 218, 231, 0.8); }
/* Selected tab */
/*
diff --git a/arc-firefox-theme/chrome/browser/sass/browser-light.css b/arc-firefox-theme/chrome/browser/sass/browser-light.css
index e78c95e..69a76a0 100644
--- a/arc-firefox-theme/chrome/browser/sass/browser-light.css
+++ b/arc-firefox-theme/chrome/browser/sass/browser-light.css
@@ -2476,6 +2476,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
.tabbrowser-tab:not([selected="true"]) {
color: rgba(82, 93, 118, 0.6); }
+ .tabbrowser-tab:not([selected="true"]):hover {
+ color: rgba(82, 93, 118, 0.8); }
/* Selected tab */
/*