mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue