Refactor CSS transitions in overrides.css for smoother user experience

This commit is contained in:
Théophile Diot 2024-10-25 09:34:12 +02:00
parent 4205aa6543
commit 366e5d7c1c
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -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;
}