mirror of https://github.com/gorhill/uBlock.git
Fix background color of previewed image in logger
Related feedback: - https://www.reddit.com/r/uBlockOrigin/comments/c9u5xy/
This commit is contained in:
parent
0acdd2ab5c
commit
2acaf3c433
|
@ -557,11 +557,11 @@ body[dir="rtl"] #modalOverlay > div > div:nth-of-type(2) {
|
|||
text-align: center;
|
||||
}
|
||||
#netFilteringDialog > .preview > * {
|
||||
background-color: white;
|
||||
max-width: 100%;
|
||||
max-height: 20vh;
|
||||
}
|
||||
#netFilteringDialog > .preview > span {
|
||||
background-color: white;
|
||||
cursor: pointer;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue