1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-28 08:52:00 +02:00

Merge pull request #5616 from FELDSAM-INC/feldsam/fix-form-dark-mode

Fixed bg color of form elements in dark mode
This commit is contained in:
Niklas Meyer 2024-01-08 09:51:48 +01:00 committed by GitHub
commit 1c7347d38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;