Skip to content

Commit 073809b

Browse files
committed
Change handle active color
1 parent 59b8dbd commit 073809b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

dist/rzslider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ rzslider span.rz-pointer:hover:after {
8181
}
8282

8383
rzslider span.rz-pointer.rz-active:after {
84-
background-color: #ffffff;
84+
background-color: #451aff;
8585
}
8686

8787
rzslider span.rz-bubble {

dist/rzslider.min.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.

rzslider.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
/* Slider colors */
17-
@handleActiveColor: #fff;
17+
@handleActiveColor: #451aff;
1818
@handleHoverColor: #fff;
1919
@labelTextColor: #55637d;
2020
@handleBgColor: #0db9f0;
@@ -73,6 +73,10 @@ rzslider span.rz-pointer {
7373
background-color: @handleBgColor;
7474
z-index: 2;
7575
.rounded(@handleSize/2);
76+
// -webkit-transition:all linear 0.15s;
77+
// -moz-transition:all linear 0.15s;
78+
// -o-transition:all linear 0.15s;
79+
// transition:all linear 0.15s;
7680
}
7781

7882
rzslider span.rz-pointer:after {

0 commit comments

Comments
 (0)