mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
5f4a217630
MINOR: Fixed line-height issues added in beta 3
23 lines
699 B
CSS
23 lines
699 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 input[type=checkbox] {
|
|
height: auto;
|
|
}
|
|
|
|
.cms table.ss-gridfield-table thead tr th.sortablerowsheading .gridfield-sortablerows {
|
|
line-height: 28px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.cms table.ss-gridfield-table .datagrid-pagination button.sortablerows-droptarget {
|
|
background-image: url(./../images/pagination-arrows-drop.gif) !important;
|
|
} |