From 737a6b4b9987b0266e3af72a188288359f018fe4 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sat, 14 Nov 2015 07:20:20 -0500 Subject: #82 - reduced flashing to a slower pulse, only flash header Former-commit-id: bfcd4635d8b2e27995bf0a1f674866b64fbc0c0c --- www/css/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index b1cfd10b..752a58f6 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -87,6 +87,24 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ } +.minimized-alarmed-header { + background: #ba3e3e; + color:#ffffff; + border-color: #ba3e3e; + border-style: solid; + border-width:5px; + opactity:80%; + position:absolute; + top:0px; + left:0px; + width:100%; + +} + +#slowpulse +{ + -webkit-animation-duration: 1500ms; +} .alarmed-body { border-left: thick solid #ba3e3e; -- cgit v1.2.3