[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
@ -175,6 +175,9 @@ pre {
|
|||||||
background-color: #282828;
|
background-color: #282828;
|
||||||
border: 1px solid #555;
|
border: 1px solid #555;
|
||||||
}
|
}
|
||||||
|
.form-control {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
input.form-control, textarea.form-control {
|
input.form-control, textarea.form-control {
|
||||||
color: #e2e2e2 !important;
|
color: #e2e2e2 !important;
|
||||||
background-color: #424242 !important;
|
background-color: #424242 !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user