Sunil Mohan Adapa 132d577a8a
ui: firewall: Fix styling with Bootstrap 5
- Drop unnecessary code. Bootstrap does not style a:hover or table roes like
before.

- Use default table color variables from Bootstrap to work well with dark mode.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
2024-12-13 11:57:25 +02:00

22 lines
339 B
CSS

/*
# SPDX-License-Identifier: AGPL-3.0-or-later
*/
.app-name > a.dropdown-toggle {
text-decoration: none;
color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
}
td.service {
padding-left: 2rem;
}
.service-name {
font-style: italic;
}
.app-status,
.service-status {
width: 11rem;
}