Skip to content

Commit

Permalink
Merge pull request #531 from wpillar/fix-active-colors
Browse files Browse the repository at this point in the history
Use the bootstrap variable for the button active colors
  • Loading branch information
nikoskalogridis committed Sep 2, 2014
2 parents 9550886 + c077780 commit b239e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/less/bootstrap-datetimepicker.less
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
&.active,
&.active:hover {
background-color: @btn-primary-bg;
color: #fff;
color: @btn-primary-color;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

Expand Down Expand Up @@ -212,7 +212,7 @@

&.active {
background-color: @btn-primary-bg;
color: #fff;
color: @btn-primary-color;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

Expand Down

0 comments on commit b239e39

Please sign in to comment.