forked from fanruan/fineui
guy
7 years ago
12 changed files with 20 additions and 8 deletions
@ -0,0 +1,3 @@ |
|||||||
|
.cursor-drag { |
||||||
|
cursor: url('cursor/cursor_drag_hand.cur'), auto; |
||||||
|
} |
@ -0,0 +1,5 @@ |
|||||||
|
@import "../var"; |
||||||
|
|
||||||
|
.cursor-drag { |
||||||
|
cursor: url(@sliderDragCursor), auto; |
||||||
|
} |
Loading…
Reference in new issue