mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed row coloring issue with the new datatables
This commit is contained in:
parent
51900b4b62
commit
d7e68605c9
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ table.dataTable tr.selected td.select-checkbox:after
|
|||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
/** Fix table row coloring */
|
||||
table.table.dataTable > :not(caption) > * > * {
|
||||
background-color: var(--bs-table-bg);
|
||||
}
|
||||
|
||||
|
||||
/******************************************************
|
||||
Classes for Datatables export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue