1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

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