Fix dark theme's input forms colors #1237

Merged
Strappazzon merged 3 commits from dark-theme-fix into master 2019-08-30 16:50:12 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit eb4062121a - Show all commits

View File

@@ -104,13 +104,6 @@ img {
background-color: $dark-300;
}
.form-control:read-only,
.form-control:disabled {
color: $light !important;
background: $dark-300 !important;
border-color: $dark-300 !important;
}
.form-control,
.form-control:focus {
color: $light;
@@ -118,6 +111,11 @@ img {
border-color: $dark-300;
}
.form-control[readonly],
.form-control:disabled {
background: $dark-300;
}
.card,
.jumbotron,
.list-group-item {