sortablegridfield/css/GridFieldSortableRows.css
UndefinedOffset 20dfa3c9ea Coding convention updates
Moved text labels into translations

Added class documentation to the GridFieldSortableRows class
2012-05-15 11:04:40 -03:00

11 lines
299 B
CSS

.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;
}