From 3889b65e5908f702abd3bb087d898f46ed2f9e29 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 5 Dec 2018 20:44:51 +0200 Subject: [PATCH] Disable hover effect on certain icons in overflow menu --- chrome/theme_toolbars.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/chrome/theme_toolbars.css b/chrome/theme_toolbars.css index bfdfb87..1fb43ac 100644 --- a/chrome/theme_toolbars.css +++ b/chrome/theme_toolbars.css @@ -73,14 +73,18 @@ findbar toolbarbutton[checked="true"]{ #downloads-indicator-anchor, #PersonalToolbar .bookmark-item > .toolbarbutton-icon, #titlebar .titlebar-button > .toolbarbutton-icon, -#widget-overflow-list toolbarbutton > .toolbarbutton-icon{ +#widget-overflow-mainView toolbarbutton > stack, +#widget-overflow-mainView toolbarbutton > .toolbarbutton-icon{ background-color: transparent !important; box-shadow: none !important; } .toolbarbutton-1{ fill: var(--uc-text-color) !important; } -.tab-line[selected]{ height: 1px !important; } +.tab-line{ + height:2px !important; + border-bottom: solid 1px lightblue !important; +} .tabbrowser-tab[selected] .tab-background{ background-image: linear-gradient(var(--uc-active-color) 75%,var(--uc-light-bkgnd-color)) !important;