fix(switchers): fix switchers colors

pull/222/head
Vladimir Lugovsky 2016-12-10 14:02:42 +03:00 committed by noob9527
parent 915a2dbfb8
commit a04b93d8e8
1 changed files with 8 additions and 0 deletions

View File

@ -445,6 +445,14 @@ label.custom-input-danger {
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 {