UNPKG
jquery-sortable
Version:
latest (0.9.13)
0.9.13
jquery plugin for sortable, nestable lists
github.com/johnny/jquery-sortable
johnny/jquery-sortable
jquery-sortable
/
source
/
css
/
example.css
20 lines
(16 loc)
•
315 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body
.dragging
,
body
.dragging
* {
cursor
: move
!important
; }
.dragged
{
position
: absolute;
opacity
:
0.5
;
z-index
:
2000
; }
ol
.example
li
.placeholder
{
position
: relative;
/** More li styles **/
}
ol
.example
li
.placeholder
:before
{
position
: absolute;
/** Define arrowhead **/
}