feat: update button color for selected rows in dark style table

This commit is contained in:
Théophile Diot 2024-12-04 11:09:01 +01:00
parent d5bb9f913c
commit 3e071c856f
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -1316,6 +1316,10 @@ html.dark-style div.dts div.dataTables_scrollBody table {
color: #fff !important;
}
.dark-style table.table.dataTable > tbody > tr.selected a.btn-primary {
color: #0b354a !important;
}
.dark-style .pagination {
--bs-pagination-color: #fff;
--bs-pagination-bg: rgba(34, 48, 62, 0.06);