Fix dark theme's input forms colors #1237
@@ -104,13 +104,6 @@ img {
|
|||||||
background-color: $dark-300;
|
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,
|
||||||
.form-control:focus {
|
.form-control:focus {
|
||||||
color: $light;
|
color: $light;
|
||||||
@@ -118,6 +111,11 @@ img {
|
|||||||
border-color: $dark-300;
|
border-color: $dark-300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control[readonly],
|
||||||
|
.form-control:disabled {
|
||||||
|
background: $dark-300;
|
||||||
|
}
|
||||||
|
|
||||||
.card,
|
.card,
|
||||||
.jumbotron,
|
.jumbotron,
|
||||||
.list-group-item {
|
.list-group-item {
|
||||||
|
Reference in New Issue
Block a user