mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
[Web] Fixed form fields bg color in dark mode
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
This commit is contained in:
parent
7bd27b920a
commit
c24543fea0
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue