pull/6454/merge
tugcekucukoglu 2024-11-22 10:16:02 +03:00
parent 0c0008c74b
commit ad101dd8bb
1 changed files with 5 additions and 0 deletions

View File

@ -505,6 +505,11 @@ const theme = ({ dt }) => `
color: ${dt('datatable.row.selected.color')};
}
.p-datatable-striped.p-datatable-hoverable .p-datatable-tbody > tr:not(.p-datatable-row-selected):hover {
background: ${dt('datatable.row.hover.background')};
color: ${dt('datatable.row.hover.color')};
}
.p-datatable.p-datatable-sm .p-datatable-header {
padding: 0.375rem 0.5rem;
}