mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- 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>
22 lines
339 B
CSS
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;
|
|
}
|