From 4b39c23d4b817d05f99912df87c751566be4b0c2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 1 Feb 2019 13:31:35 -0500 Subject: #775 take care of gapless and flipovers --- www/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 3c12a932..e8ba18c7 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -279,6 +279,7 @@ figcaption { white-space: nowrap; } + .normal-figcaption { background: rgba(0, 0, 0, 0.2); color: #FFF; @@ -311,6 +312,14 @@ figcaption { font-size: 80%; } +.normal-figheader-history { + background: rgba(0, 0, 0, 0.7); + color: #FFF; + opacity: 1; + font-size: 80%; + top:0; +} + .alarmed-figcaption { -- cgit v1.2.3