From 1f13b8832bdb305f84ffd363ef90791200a7be5c Mon Sep 17 00:00:00 2001 From: Mithilesh Zavar Date: Sat, 9 Nov 2019 15:16:03 +0000 Subject: Fix Passphrase input in dark theme --- Duplicati/Server/webroot/ngax/styles/themes.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Duplicati/Server/webroot/ngax/styles') diff --git a/Duplicati/Server/webroot/ngax/styles/themes.css b/Duplicati/Server/webroot/ngax/styles/themes.css index ae3ce5c60..6001e6283 100644 --- a/Duplicati/Server/webroot/ngax/styles/themes.css +++ b/Duplicati/Server/webroot/ngax/styles/themes.css @@ -56,4 +56,15 @@ body.theme-dark .step3 source-folder-picker, body.theme-dark #folder_path_picker body.theme-dark form.styled input, body.theme-dark form.styled textarea, body.theme-dark form.styled select { color: #000000; +} + +body.theme-dark form.styled input[type="file"] +{ + color: #8f8f8f; +} + +body.theme-dark form.styled input[type="password"] +{ + color: #8f8f8f; + background-color: #1a1a1a; } \ No newline at end of file -- cgit v1.2.3