Fix background color of previewed image in logger

Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/c9u5xy/
This commit is contained in:
Raymond Hill 2019-07-06 17:26:35 -04:00
parent 0acdd2ab5c
commit 2acaf3c433
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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;
}