Cursor for volume

This commit is contained in:
Sam Potts 2015-02-17 00:02:39 +11:00
parent a9596d75b6
commit ce6917f313
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@
border: 0; border: 0;
border-radius: (@range-thumb-height / 2); border-radius: (@range-thumb-height / 2);
transition: background .3s ease; transition: background .3s ease;
cursor: ew-resize;
} }
.range-track() { .range-track() {
height: @range-track-height; height: @range-track-height;

File diff suppressed because one or more lines are too long