mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
29 lines
331 B
CSS
29 lines
331 B
CSS
/*
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
a.dropdown-toggle {
|
|
color: black;
|
|
}
|
|
|
|
a.dropdown-toggle:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
td.service {
|
|
padding-left: 2rem;
|
|
}
|
|
|
|
.service-name {
|
|
font-style: italic;
|
|
}
|
|
|
|
.app-status,
|
|
.service-status {
|
|
width: 11rem;
|
|
}
|
|
|
|
tr.collapse {
|
|
background-color: #f9f9f9;
|
|
}
|