diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-01 13:31:35 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-01 13:31:35 -0500 |
| commit | 4b39c23d4b817d05f99912df87c751566be4b0c2 (patch) | |
| tree | 73ff6a30ddf039c9a24c014f11bfa42cf290908a /www/css | |
| parent | f3f321bb6388a933fae4e978df125a6cc5da9dbe (diff) | |
#775 take care of gapless and flipovers
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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 { |
