summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/www/css/style.css b/www/css/style.css
index ffda637f..52e5ad08 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -108,16 +108,26 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
border-color: #444444;
border-style: solid;
border-width:1px;
- opactity:80%;
+ opacity:80%;
}
+.header-event-id {
+ background: #9b59b6;
+ color:#cccccc;
+ border-color: #9b59b6;
+ border-style: solid;
+ border-width:1px;
+ opacity:80%;
+}
+
+
.alarmed-header {
background: #ba3e3e;
color:#ffffff;
border-color: #ba3e3e;
border-style: solid;
border-width:1px;
- opactity:80%;
+ opacity:80%;
}
@@ -127,7 +137,7 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
border-color: #ba3e3e;
border-style: solid;
border-width:5px;
- opactity:80%;
+ opacity:80%;
position:absolute;
top:0px;
left:0px;