Fix the fix
This commit is contained in:
parent
c87bd99183
commit
eb4062121a
@ -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 {
|
||||
|
Reference in New Issue
Block a user