Tweak CSS to restrict elements that have cursor: move
parent
2bb6a677fe
commit
247078c7e0
|
|
@ -10,8 +10,8 @@
|
|||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#sortable ul li,
|
||||
#sortable ul li a
|
||||
#sortable ul.sortable li,
|
||||
#sortable ul.sortable li a
|
||||
{
|
||||
cursor: move;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue