From 14b481ef057ded7732572efbe001e4c3e153053d Mon Sep 17 00:00:00 2001 From: Zemoj Date: Mon, 25 Apr 2022 09:41:00 -0700 Subject: [PATCH] Fix Modal Windows RSS Manager and Rules Manager (#365) * Fix Modal Windows RSS Manager and Rules Manager * use transparency vars Co-authored-by: GilbN <24592972+GilbN@users.noreply.github.com> --- css/base/rutorrent/rutorrent-base.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/base/rutorrent/rutorrent-base.css b/css/base/rutorrent/rutorrent-base.css index 031be0a3..1cc005fa 100644 --- a/css/base/rutorrent/rutorrent-base.css +++ b/css/base/rutorrent/rutorrent-base.css @@ -1784,4 +1784,19 @@ div#dlgEditRules-header, #dlgEditRatioRules-header, div#dlgEditRules div.dlg-header { background: var(--transparency-dark-25) !important; +} + +#filterList, #filterProps, #ruleList{ + background: var(--modal-bg-color); +} + +.lf li input.TextboxFocus{ + background: var(--transparency-light-25); + color: var(--text-hover); + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0); +} + +.lf li input.TextboxNormal{ + background: var(--transparency-dark-10); + color: var(--text); } \ No newline at end of file