1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

Restore visual of input field on Firefox

This commit is contained in:
Raymond Hill 2020-08-03 14:30:30 -04:00
parent 9c653341c1
commit 59496cfa45
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -83,6 +83,7 @@ div.CodeMirror span.CodeMirror-matchingbracket {
fill: #000;
}
.cm-search-widget-input input {
border: 1px solid gray;
display: inline-flex;
flex-grow: 1;
max-width: 16em;