Skip to content

Commit 5eaa50d

Browse files
committed
Pointer cursor for slider
1 parent 5a5fb4d commit 5eaa50d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

css/flat-ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,6 +2885,7 @@ fieldset[disabled] .twitter-typeahead .tt-hint {
28852885
box-shadow: none;
28862886
margin-bottom: 20px;
28872887
position: relative;
2888+
cursor: pointer;
28882889
}
28892890
.ui-slider-handle {
28902891
background-color: #16a085;

less/modules/slider.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.progress();
99
margin-bottom: 20px;
1010
position: relative;
11+
cursor: pointer;
1112
}
1213

1314
.ui-slider-handle {

0 commit comments

Comments
 (0)