Fix dark theme's input forms colors (#1237)

* Fix readonly and disabled input forms colors

* Fix the fix
This commit is contained in:
Alberto
2019-08-30 18:50:11 +02:00
committed by Jonah Aragon
parent f09d6c3165
commit 07d2005428
2 changed files with 6 additions and 1 deletions

View File

@ -111,6 +111,11 @@ img {
border-color: $dark-300;
}
.form-control[readonly],
.form-control:disabled {
background: $dark-300;
}
.card,
.jumbotron,
.list-group-item {