mirror of https://github.com/akveo/blur-admin
fix(switchers): fix switchers colors
parent
cda581119a
commit
29bf20bf48
|
@ -445,6 +445,14 @@ label.custom-input-danger {
|
||||||
color: $default-text;
|
color: $default-text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
> .dropdown-toggle {
|
||||||
|
&.btn-primary, &.btn-warning, &.btn-danger, &.btn-success, &.btn-inverse, &.btn-info {
|
||||||
|
color: #fff;
|
||||||
|
&:hover, &:focus {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
||||||
|
|
Loading…
Reference in New Issue