mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
feat: update button color for selected rows in dark style table
This commit is contained in:
parent
d5bb9f913c
commit
3e071c856f
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue