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;
}