1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 23:49:37 +02:00

Override RSS Header Background Image (#368)

After latest release RSS window header shows a tiling image caused by transparent background styling. I looked at other headers and for some reason this is the only one with this tiling image.

Before: https://i.imgur.com/Sk1Gs0a.png
After: https://i.imgur.com/AgSObmX.png
This commit is contained in:
Zemoj 2022-04-25 12:00:39 -07:00 committed by GitHub
parent e977930f01
commit 1c52851bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1799,4 +1799,8 @@ div#dlgEditRules div.dlg-header {
.lf li input.TextboxNormal{
background: var(--transparency-dark-10);
color: var(--text);
}
}
div#dlgEditFilters div.dlg-header{
background-image:none;
}