1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-02-16 19:50:37 +01:00

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

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;