mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
Add blocklist status classes
This commit is contained in:
parent
36da011e0b
commit
6299540216
1 changed files with 9 additions and 0 deletions
|
@ -221,3 +221,12 @@ canvas#divDBChartBandwidthhourly {
|
||||||
.table {
|
.table {
|
||||||
margin-bottom: 0rem;
|
margin-bottom: 0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.check-hidden {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.check-updated {
|
||||||
|
opacity: 0;
|
||||||
|
color: #1cc88a;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue