public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Web] Fixed form fields bg color in dark mode
Signed-off-by: Kristian Feldsam <[email protected]>
c24543fe
data/web/css/themes/mailcow-darkmode.css | 3 +++
1 file changed, 3 insertions(+)
Diff
diff --git a/data/web/css/themes/mailcow-darkmode.css b/data/web/css/themes/mailcow-darkmode.css
index ea95df97..83befeaf 100644
--- a/data/web/css/themes/mailcow-darkmode.css
+++ b/data/web/css/themes/mailcow-darkmode.css
@@ -175,6 +175,9 @@ pre {
background-color: #282828;
border: 1px solid #555;
}
+.form-control {
+ background-color: transparent;
+}
input.form-control, textarea.form-control {
color: #e2e2e2 !important;
background-color: #424242 !important;