Skip to content

Commit

Permalink
Fix mouse cursors on scrollbar. References #73
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhooper committed Aug 29, 2012
1 parent 949385c commit 4513d54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ body.document-set-show {
height: 5%;

.handle {
&.right { cursor: e-resize; }
&.left { cursor: w-resize; }
}

.middle {
cursor: move;
}
}
Expand Down

0 comments on commit 4513d54

Please sign in to comment.