diff options
author | Horst3180 | 2015-08-21 21:48:12 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-21 21:48:12 +0200 |
commit | afc690ab9e8d98d83b61e2c5ce0f4c2a8d04c253 (patch) | |
tree | 2f53b566825b8225388d66c8a13ab8cc4a3bc85f /arc-firefox-theme/chrome/browser/sass | |
parent | dd43717add817a4432aad36a0232c2923a406b05 (diff) | |
download | solarc-firefox-theme-afc690ab9e8d98d83b61e2c5ce0f4c2a8d04c253.tar.gz solarc-firefox-theme-afc690ab9e8d98d83b61e2c5ce0f4c2a8d04c253.tar.xz solarc-firefox-theme-afc690ab9e8d98d83b61e2c5ce0f4c2a8d04c253.zip |
fix inactive tab hover color
Diffstat (limited to 'arc-firefox-theme/chrome/browser/sass')
4 files changed, 8 insertions, 0 deletions
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 */ /* |