Browse Source

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
pull/372/head
Zemoj 3 years ago
committed by GitHub
parent
commit
1c52851bb7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      css/base/rutorrent/rutorrent-base.css

6
css/base/rutorrent/rutorrent-base.css

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

Loading…
Cancel
Save