aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */
/*