summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-12 17:02:18 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-12 17:02:18 -0500
commit4e5e7d28a94106dab8ecf8ff08acfdf5589fe4c6 (patch)
treef84ddadb7267f430dd918f17e0dbb3b5d1b0f6a1 /www/css
parent63f4c7e94db1243084f3d7cef023c7a1124f03b5 (diff)
#82 - initial commits towards showing monitor specific alarm notitications in montage
Former-commit-id: 278d0c8fb24ef38e607caf66f1f6279b2e36f70b
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css9
1 files changed, 9 insertions, 0 deletions
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;