From 1324f22b3376357768c6667c50f6338fdaad86ee Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 13 Mar 2021 08:57:30 +0200 Subject: [PATCH] Make page-info toolbar background darker --- chrome/dark_additional_windows.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/dark_additional_windows.css b/chrome/dark_additional_windows.css index d4d6f84..cf173b7 100644 --- a/chrome/dark_additional_windows.css +++ b/chrome/dark_additional_windows.css @@ -53,8 +53,7 @@ See the above repository for updates as well as full license text. */ menulist:hover{ border-color: highlight; background-color: rgba(255,255,255,0.1) } .menubar-left{ fill: currentColor; -moz-context-properties: fill; } - - #searchFilter,search-textbox,input,textbox,richlistbox{ background-color: rgba(0,0,0,0.2) !important; } + #topBar,#searchFilter,search-textbox,input,textbox,richlistbox{ background-color: rgba(0,0,0,0.2) !important; } search-textbox > input,#searchFilter > input,input[readonly]{ background-color: transparent !important; } treecol:not([hideheader]){ height: 24px; }