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