Table css styling

This commit is contained in:
Corban-Lee Jones 2024-04-24 10:25:17 +01:00
parent 6a7b3725c9
commit 5c487aae8b

View File

@ -28,4 +28,15 @@
.server-item img {
transition: border-radius .15s ease-in;
}
/* sub table */
#subTable {
color: var(--bs-body-color);
}
#subTable tbody tr.selected > * {
box-shadow: inset 0 0 0 9999px rgba(var(--bs-secondary-bg-rgb), 0.9);
color: var(--bs-body-color);
}