N°2847 - Datatable cursor on sortable columns

This commit is contained in:
Eric
2020-11-24 11:32:53 +01:00
parent d9264e5181
commit e8f7c7dafe

View File

@@ -61,9 +61,14 @@ $ibo-datatable-panel--body--padding: $ibo-panel--body--padding-top 0px $ibo-pane
}
}
.ibo-datatable-header.sorting, .ibo-datatable-header.sorting_asc, .ibo-datatable-header.sorting_desc {
cursor: pointer;
}
tbody tr:nth-child(odd) {
background-color: $ibo-datatable-row--odd--background-color;
}
}
tbody tr:nth-child(even) {
background-color: $ibo-datatable-row--even--background-color;
}