1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-05 18:32:30 +01:00

Remove use of background color style on the logger's input fields

Related feedback from the following issue:
- https://github.com/gorhill/uBlock/issues/787#issuecomment-449531979
This commit is contained in:
Raymond Hill 2018-12-24 10:23:21 -05:00
parent be9e7fd11c
commit f4b9549d05
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -10,9 +10,6 @@ body {
padding: 0;
width: 100vw;
}
input:focus {
background-color: #ffe;
}
textarea {
box-sizing: border-box;
direction: ltr;
@ -128,9 +125,6 @@ textarea {
#netInspector #filterInput > input {
min-width: 18em;
}
#netInspector #filterInput.bad > input {
background-color: #fee;
}
#netInspector #maxEntries {
margin: 0 2em;
}