From 9dcbbca92f74ff50601956862f26048712404c7e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 9 Jul 2019 11:31:41 +0300 Subject: [PATCH] Limit button coloring to panel-buttons --- chrome/dark_context_menus.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/dark_context_menus.css b/chrome/dark_context_menus.css index 42fd85f..1fd29be 100644 --- a/chrome/dark_context_menus.css +++ b/chrome/dark_context_menus.css @@ -42,7 +42,7 @@ panel menulist:hover, panel menulist[open]{ border-color: Highlight !important; #editBMPanel_folderMenuList > menupopup > menuitem{ color: var(--uc-menu-color) !important; } panel treechildren::-moz-tree-row(selected), -button:hover, +panel button:hover, menu:hover, menu[_moz-menuactive], menu[open],