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:
parent
be9e7fd11c
commit
f4b9549d05
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user