Fix the fix

This commit is contained in:
Strappazzon 2019-08-30 13:39:09 +02:00
parent c87bd99183
commit eb4062121a

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 {