fix(UI): white readonly inputs with dark theme

This commit is contained in:
Fabio Di Stasio 2021-04-07 09:20:11 +02:00
parent 49a4e1cb7b
commit bb5f44681f
1 changed files with 5 additions and 0 deletions

View File

@ -106,6 +106,11 @@
border-color: $primary-color;
}
.form-input[readonly] {
background-color: $bg-color-dark;
cursor: default;
}
.input-group .input-group-addon {
border-color: #3f3f3f;
background: $bg-color-dark;