Change mouse cursor for draggable items

This commit is contained in:
Frédéric Guillot 2014-02-23 21:32:35 -05:00
parent f69cb9f466
commit 68f9cb08b9
1 changed files with 1 additions and 0 deletions

View File

@ -472,6 +472,7 @@ td div.over {
}
[draggable] {
cursor: pointer;
user-select: none;
}