Skip to content

Commit

Permalink
fix(switchers): fix switchers colors
Browse files Browse the repository at this point in the history
  • Loading branch information
lugovsky committed Dec 10, 2016
1 parent cda5811 commit 29bf20b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/sass/app/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 29bf20b

Please sign in to comment.