1
0
Fork 0
forked from 0x2620/oxjs

draggable columns for text list

This commit is contained in:
Rolux 2010-07-03 13:31:25 +02:00
commit da29507488
2 changed files with 96 additions and 9 deletions

View file

@ -875,3 +875,13 @@ Requests
width: 12px;
height: 12px;
}
/*
================================================================================
Drag & Drop
================================================================================
*/
.OxDrag {
cursor: move;
}