Update wrtbwmon.htm

This commit is contained in:
SirPdboy 2023-12-11 12:14:15 +08:00 committed by GitHub
parent ec2ca189b7
commit 465e3d9380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,10 +120,11 @@
} }
.tr:hover { .tr:hover {
background-color: rgba(248, 248, 248,0.4); background-color: rgba(255,255,255,0.1);
} }
.tr.table-totals { .tr.table-totals {
background: #eee !important; background-color: rgba(255,255,255,0.2);
padding: 3px;
} }
.cbi-progressbar { .cbi-progressbar {
@ -131,7 +132,7 @@
position: relative; position: relative;
height: 22px; height: 22px;
margin: 1px; margin: 1px;
border: thin solid #999; border: 1px solid #999;
background: rgba(0, 0, 0, 0.08); background: rgba(0, 0, 0, 0.08);
font-size: 0.8rem !important; font-size: 0.8rem !important;
text-align: center; text-align: center;