12345678910111213141516171819202122232425 |
-
-
-
- tbody.files > tr {
- background-color: #fff;
- }
-
-
- tbody.files.sortable > tr.template-download:hover {
- cursor: url('../cur/openhand.cur'), move;
- cursor: url('../cur/openhand.cur') 4 4, move;
- cursor: -webkit-grab;
- cursor: -moz-grab;
- cursor: move\9;
- }
-
-
- tbody.files.sortable > tr.template-download.ui-sortable-helper:hover {
- cursor: url('../cur/closedhand.cur'), move;
- cursor: url('../cur/closedhand.cur') 4 4, move;
- cursor: -webkit-grabbing;
- cursor: -moz-grabbing;
- cursor: move\9;
- }
|