Skip to content

Commit

Permalink
Merge pull request #1749 from baszczewski/patch-1
Browse files Browse the repository at this point in the history
Update _bootstrap-datetimepicker.scss
  • Loading branch information
Eonasdan authored Sep 5, 2016
2 parents 295db97 + 70570dc commit c3e46cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/_bootstrap-datetimepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ $bs-datetimepicker-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !default;
content: '';
display: inline-block;
border: solid transparent;
+ border-width: 0 0 7px 7px;
border-width: 0 0 7px 7px;
border-bottom-color: $bs-datetimepicker-active-bg;
border-top-color: $bs-datetimepicker-secondary-border-color-rgba;
position: absolute;
Expand Down

0 comments on commit c3e46cc

Please sign in to comment.