Skip to content

Commit 4c9d308

Browse files
author
Eonasdan
committed
1 parent e22cb78 commit 4c9d308

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sass/_bootstrap-datetimepicker.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ $bs-datetimepicker-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !default;
268268
&:before {
269269
content: '';
270270
display: inline-block;
271-
border: 0 0 7px 7px solid transparent;
271+
border: solid transparent;
272+
+ border-width: 0 0 7px 7px;
272273
border-bottom-color: $bs-datetimepicker-active-bg;
273274
border-top-color: $bs-datetimepicker-secondary-border-color-rgba;
274275
position: absolute;
@@ -340,4 +341,4 @@ $bs-datetimepicker-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !default;
340341
& .input-group-addon {
341342
cursor: pointer;
342343
}
343-
}
344+
}

0 commit comments

Comments
 (0)