From 7af702d7c16f1994b5c71f594f266d65a89bb7b1 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Sun, 28 Mar 2021 07:58:20 +0800 Subject: [PATCH] change color of hovered unselected tabs --- chrome/tabbar/tabbar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/tabbar/tabbar.css b/chrome/tabbar/tabbar.css index 03a30d9..c165914 100644 --- a/chrome/tabbar/tabbar.css +++ b/chrome/tabbar/tabbar.css @@ -150,7 +150,7 @@ .tabbrowser-tab { --tab-opacity: 0; - --tab-bgcolor: #000; + --tab-bgcolor: #fff; --tab-transition-duration: .2s; } @@ -163,7 +163,7 @@ .tabbrowser-tab:not([selected=true]):hover, .tabbrowser-tab[multiselected]:not([selected=true]) { - --tab-opacity: .1; + --tab-opacity: .3; } #TabsToolbar[brighttext] .tabbrowser-tab:not([selected=true]):hover, @@ -296,7 +296,7 @@ .tab-icon-overlay:-moz-any([soundplaying], [muted], [activemedia-blocked]), .tab-icon-sound { - border-radius: 99px !important; + border-radius: 2px !important; color: inherit !important; -moz-context-properties: fill, fill-opacity !important; transition-property: fill-opacity, background-color !important;