misc: use "cursor: move" as "grab" is known only to Firefox (#11256)

This commit is contained in:
Frédéric Péters 2016-06-08 09:31:55 +02:00
parent 68fdfd769b
commit 20bdb19c67
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ div.objects-list > div a {
}
span.handle {
cursor: grab;
cursor: move;
display: inline-block;
padding: 0.5ex;
text-align: center;