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