From 13cb9fbd521e3f5f8e725bedff651abc72579475 Mon Sep 17 00:00:00 2001 From: Zemoj Date: Sat, 23 Apr 2022 20:10:00 -0700 Subject: [PATCH] Fix Modal Windows RSS Manager and Rules Manager --- css/base/rutorrent/rutorrent-base.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/css/base/rutorrent/rutorrent-base.css b/css/base/rutorrent/rutorrent-base.css index 5949da0e..70640e16 100644 --- a/css/base/rutorrent/rutorrent-base.css +++ b/css/base/rutorrent/rutorrent-base.css @@ -1782,4 +1782,19 @@ div#dlgEditRules-header, #dlgEditRatioRules-header, div#dlgEditRules div.dlg-header { background: rgba(0, 0, 0, 0.25) !important; -} \ No newline at end of file +} + +#filterList, #filterProps, #ruleList{ + background: var(--modal-bg-color); +} + +.lf li input.TextboxFocus{ + background: rgba(255, 255, 255, 0.25); + color: var(--text-hover); + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0); +} + +.lf li input.TextboxNormal{ + background: rgba(0, 0, 0, 0.08); + color: var(--text); +}