Skip to content

Commit

Permalink
Update _bootstrap-datetimepicker.scss
Browse files Browse the repository at this point in the history
Invalid character => Line 272: Invalid CSS after "...th: 0 0 7px 7px": expected "{", was ";")
  • Loading branch information
baszczewski committed Aug 23, 2016
1 parent 295db97 commit 70570dc
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 70570dc

Please sign in to comment.