mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.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;
|
|
}
|