Make page-info toolbar background darker

This commit is contained in:
MrOtherGuy 2021-03-13 08:57:30 +02:00
parent a796704dcc
commit 1324f22b33

View file

@ -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) } menulist:hover{ border-color: highlight; background-color: rgba(255,255,255,0.1) }
.menubar-left{ fill: currentColor; -moz-context-properties: fill; } .menubar-left{ fill: currentColor; -moz-context-properties: fill; }
#topBar,#searchFilter,search-textbox,input,textbox,richlistbox{ background-color: rgba(0,0,0,0.2) !important; }
#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; } search-textbox > input,#searchFilter > input,input[readonly]{ background-color: transparent !important; }
treecol:not([hideheader]){ height: 24px; } treecol:not([hideheader]){ height: 24px; }