mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed striped rows
This commit is contained in:
parent
8d3559c9ef
commit
9f9c5bb494
1 changed files with 2 additions and 2 deletions
|
@ -493,10 +493,10 @@ p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
|
|||
}
|
||||
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd {
|
||||
background: ${dt('datatable.row.striped.background')});
|
||||
background: ${dt('datatable.row.striped.background')};
|
||||
}
|
||||
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight {
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-datatable-row-selected {
|
||||
background: ${dt('datatable.row.selected.background')};
|
||||
color: ${dt('datatable.row.selected.color')};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue