From 4e5e7d28a94106dab8ecf8ff08acfdf5589fe4c6 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 12 Nov 2015 17:02:18 -0500 Subject: #82 - initial commits towards showing monitor specific alarm notitications in montage Former-commit-id: 278d0c8fb24ef38e607caf66f1f6279b2e36f70b --- 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 c9238ff5..00557085 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -77,6 +77,15 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ opactity:80%; } +.alarmed-header { + background: #ba3e3e; + color:#ffffff; + border-color: #ba3e3e; + border-style: solid; + border-width:1px; + opactity:80%; +} + .footer { background: #666666; border-color:#AAAAAA; -- cgit v1.2.3