From 7294cd98553b5bd9430646fb9ecfdd13af91d5cf Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Tue, 26 Feb 2019 04:51:57 +0000 Subject: [PATCH] Bug 1524889 - Increase the contrast of multiselected background tabs. r=dao Differential Revision: https://phabricator.services.mozilla.com/D20374 --HG-- extra : moz-landing-system : lando --- browser/themes/shared/tabs.inc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/themes/shared/tabs.inc.css b/browser/themes/shared/tabs.inc.css index 01699f1c8b03..38ad358fc798 100644 --- a/browser/themes/shared/tabs.inc.css +++ b/browser/themes/shared/tabs.inc.css @@ -502,10 +502,10 @@ background-repeat: repeat-x; } -/* Add a translucent color (current text color at .2 alpha) on top of multiselected tabs */ +/* Add a translucent color on top of multiselected tabs */ .tab-background[multiselected=true]:not([selected=true]) > .tab-background-inner { background: currentColor; - opacity: .2; + opacity: .1; } .tab-line[multiselected],