mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Refactor CSS transitions in overrides.css for smoother user experience
This commit is contained in:
parent
4205aa6543
commit
366e5d7c1c
1 changed files with 12 additions and 0 deletions
|
|
@ -693,6 +693,18 @@ table.table.dataTable > tbody > tr.selected > * {
|
|||
color: initial !important;
|
||||
}
|
||||
|
||||
table.table.dataTable > tbody > tr.selected a.btn-outline-secondary {
|
||||
color: var(--bs-secondary) !important;
|
||||
}
|
||||
|
||||
table.table.dataTable > tbody > tr.selected a.btn-outline-primary {
|
||||
color: var(--bs-primary) !important;
|
||||
}
|
||||
|
||||
table.table.dataTable > tbody > tr.selected a.btn-primary {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.border-dashed {
|
||||
border-style: dashed !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue