Skip to content

Commit fc420a3

Browse files
committed
Fix defect in DXImageTransform.Microsoft.gradient of generated css
1 parent 1c8a006 commit fc420a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/css/datetimepicker.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/datetimepicker.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/_core.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
background-repeat: repeat-x;
5656
border-color: $abdtp-active-border-top-color $abdtp-active-border-top-color $abdtp-active-border-bottom-color;
5757
color: $abdtp-active-color;
58-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='${abdtp-background-color-start}', endColorstr='${abdtp-background-color-end}', GradientType=0);
58+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$abdtp-background-color-start}', endColorstr='#{$abdtp-background-color-end}', GradientType=0);
5959
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
6060
}
6161

0 commit comments

Comments
 (0)