summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
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 f2cea26c..1260d3a9 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -186,6 +186,15 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
transform: translate(-50%, -50%);
}
+.event-modal-play {
+ opacity: 80%;
+ transform: translate(-50%, -50%);
+ position:absolute;
+ z-index:9999;
+ top:50%;
+ left:50%;
+}
+
.alarmed-header {
background: #ba3e3e;
color: #ffffff;