commit 8f5b9cc825c3dc3a7af030f1af581fb3ac6c8110
parent fb6025b53b39ee4a67446718c7f6aeadfed9e029
Author: Lootyhoof <lootyhoofer@gmail.com>
Date: Mon, 1 Feb 2016 21:28:32 +0000
Improve visibility of the selected tab
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css
@@ -1393,6 +1393,10 @@ toolbarbutton[type="socialmark"] > .toolbarbutton-icon {
background-image: -moz-linear-gradient(rgba(255,255,255,1) -8px, rgba(235,235,235,.4), rgba(235,235,235,.4));
}
+.tabbrowser-tab:not([selected=true]):not(:hover):not(:-moz-lwtheme) > * > * > .tab-text {
+ opacity: .4;
+}
+
.tab-throbber,
.tab-icon-image {
width: 16px;