mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-24 19:33:01 +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;
|
padding: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
}
|
}
|
||||||
input:focus {
|
|
||||||
background-color: #ffe;
|
|
||||||
}
|
|
||||||
textarea {
|
textarea {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
@ -128,9 +125,6 @@ textarea {
|
|||||||
#netInspector #filterInput > input {
|
#netInspector #filterInput > input {
|
||||||
min-width: 18em;
|
min-width: 18em;
|
||||||
}
|
}
|
||||||
#netInspector #filterInput.bad > input {
|
|
||||||
background-color: #fee;
|
|
||||||
}
|
|
||||||
#netInspector #maxEntries {
|
#netInspector #maxEntries {
|
||||||
margin: 0 2em;
|
margin: 0 2em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user