Update style.css (#504)

Changes the background color when you hover over a row, making it easier to find the parameter you are changing.

Changes the font color in the .system-info class for p elements and for table headers in the dark style.
This commit is contained in:
Piter-NS 2025-01-09 20:13:47 +01:00 committed by GitHub
parent 36c8cb08b6
commit 985e79aa8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -70,6 +70,10 @@ h2.external-links {
}
.cfgpanel {
}
.cfgpanel:hover td, .cfgpanel:active td{
background-color: #808080 !important;
color: white;
}
th.cfg {
padding:5pt
@ -419,6 +423,12 @@ h1{
h2{
color: white;
}
.system-info p {
color: #bdbdbd;
}
.status-table th {
color: black;
}
table, th, td, .save, a.active {
color: white;
border: 1px solid grey;