From 54bdc77bdc0e813e4a5f9e7cf875d6bc8a667ccd Mon Sep 17 00:00:00 2001 From: Christian Eichert <102165928+ecxod@users.noreply.github.com> Date: Sat, 6 Aug 2022 17:08:11 +0200 Subject: [PATCH] brightened the Realm of Darkness some CSS adjustments to make "Tanslate-Files" look like "Translate-Text --- app/static/css/dark-theme.css | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/app/static/css/dark-theme.css b/app/static/css/dark-theme.css index 152b5fe..12d8549 100644 --- a/app/static/css/dark-theme.css +++ b/app/static/css/dark-theme.css @@ -8,7 +8,11 @@ background-color: #1E5DA6 !important; } - + /* like in btn-delete-text */ + .btn-flat { + color: #666; + } + .btn-switch-type { background-color: #333; color: #5CA8FF; @@ -17,7 +21,6 @@ background-color: #444 !important; color: #5CA8FF; } - .btn-switch-type.active { background-color: #3392FF !important; color: #fff; @@ -26,7 +29,20 @@ background-color: #5CA8FF !important; color: #fff; } - + + /* like in textarea */ + .card-content { + border: 1px solid #444 !important; + background-color: #222 !important; + color: #fff; + } + + .file-dropzone { + background: #222; + border: 1px solid #444; + margin-top: 1rem; + } + select { color: #fff; background: #111; @@ -42,6 +58,10 @@ background-color: #222 !important; color: #fff; } + /* like in file dropzone */ + .textarea-container { + margin-top: 1rem; + } .code { border: 1px solid #444; @@ -53,7 +73,6 @@ text-shadow: 0 1px #000; } - .token.atrule, .token.attr-value, .token.keyword {