1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Add blocklist status classes

This commit is contained in:
billz 2020-03-27 08:50:18 +00:00
parent 36da011e0b
commit 6299540216

View File

@ -221,3 +221,12 @@ canvas#divDBChartBandwidthhourly {
.table {
margin-bottom: 0rem;
}
.check-hidden {
visibility: hidden;
}
.check-updated {
opacity: 0;
color: #1cc88a;
}