From 6299540216939957ac117b0a10c793117c8ef43c Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 27 Mar 2020 08:50:18 +0000 Subject: [PATCH] Add blocklist status classes --- app/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/css/custom.css b/app/css/custom.css index f815e50c..ebd8cb4f 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -221,3 +221,12 @@ canvas#divDBChartBandwidthhourly { .table { margin-bottom: 0rem; } + +.check-hidden { + visibility: hidden; +} + +.check-updated { + opacity: 0; + color: #1cc88a; +}