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