From 71b8c03643b14ed4977df6532d7238b473d62e20 Mon Sep 17 00:00:00 2001 From: gilbn Date: Thu, 20 Aug 2020 23:59:40 +0200 Subject: [PATCH] fixes for #83 --- CSS/themes/rutorrent/rutorrent-base.css | 33 +++++++++++++++++++++---- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/CSS/themes/rutorrent/rutorrent-base.css b/CSS/themes/rutorrent/rutorrent-base.css index 5f29e4a1..64ed8e82 100644 --- a/CSS/themes/rutorrent/rutorrent-base.css +++ b/CSS/themes/rutorrent/rutorrent-base.css @@ -864,11 +864,6 @@ input.Button cursor:pointer; display:inline; font-weight:700; - text-transform:uppercase; - height:21px; - line-height:2px; - margin:0 10px 0 5px; - padding:0; text-shadow:none } @@ -1505,4 +1500,32 @@ div#logoffDlg div.dlg-header { background-image: url(https://raw.githubuserconte background: rgba(0, 0, 0, 0.25) !important; color: #fff !important; outline: none !important; +} + + +#dlgEditRatioRules .rf_rru, #dlgEditRules .rf_rur { + background-color: transparent; +} + + +#dlgEditRatioRules .lf_rru li input.TextboxFocus, #dlgEditRules .lf_rur li input.TextboxFocus { + background-color: rgb(255 255 255 / 25%); + color: #FFF; +} + + #dlgEditRatioRules .lf_rru li input.TextboxNormal, #dlgEditRules .lf_rur li input.TextboxNormal { + background-color: rgb(255 255 255 / .08) !important; + color: #FFF; +} + +.autodl-listbox { + border: 1px solid rgb(255 255 255 / 8%); + background-color: transparent; +} + +#autodl-filters { + width: 800px !important; +} +div#dlgEditRules-header, #dlgEditRatioRules-header, div#dlgEditRules div.dlg-header { + background: rgba(0, 0, 0, 0.25) !important; } \ No newline at end of file