Nicer row selected color

This commit is contained in:
snipe
2026-02-19 11:42:45 +00:00
parent ea98ee07e5
commit c31f1d2cce

View File

@@ -946,6 +946,9 @@
border-right: 5px solid var(--text-warning) !important;
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
background-color: light-dark(hsl(from var(--main-theme-color) h s calc(l + 40)),hsl(from var(--main-theme-color) h s calc(l - 40))) !important;
}
</style>
{{-- Custom CSS --}}