Table css styling
This commit is contained in:
parent
6a7b3725c9
commit
5c487aae8b
@ -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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user