sortablegridfield/css/GridFieldSortableRows.css

11 lines
308 B
CSS
Raw Normal View History

2012-05-09 19:14:34 +02:00
.cms table.ss-gridfield-table thead tr th.sortablerowsheading {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cms table.ss-gridfield-table thead tr th.sortablerowsheading .gridfield-sortablerows button {
display: none;
}
.cms table.ss-gridfield-table.dragSorting tbody tr td {
cursor: move;
2012-05-09 19:14:34 +02:00
}