Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMithilesh Zavar <mithileshz@hotmail.co.uk>2019-11-09 18:16:03 +0300
committerMithilesh Zavar <mithileshz@hotmail.co.uk>2019-11-09 18:16:03 +0300
commit1f13b8832bdb305f84ffd363ef90791200a7be5c (patch)
tree6bdf2fecc4974ebed2faed6d90189b58b5e2f513 /Duplicati/Server/webroot/ngax/styles
parent1250bb3323b327b361a25003b25cddd5462e108f (diff)
Fix Passphrase input in dark theme
Diffstat (limited to 'Duplicati/Server/webroot/ngax/styles')
-rw-r--r--Duplicati/Server/webroot/ngax/styles/themes.css11
1 files changed, 11 insertions, 0 deletions
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