mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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>
This commit is contained in:
parent
2aa9f72ea1
commit
132d577a8a
@ -2,13 +2,9 @@
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
a.dropdown-toggle {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
a.dropdown-toggle:hover {
|
||||
.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 {
|
||||
@ -23,7 +19,3 @@ td.service {
|
||||
.service-status {
|
||||
width: 11rem;
|
||||
}
|
||||
|
||||
tr.collapse {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user