summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-12-15 17:51:48 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-12-15 17:51:48 -0500
commit2ee1efe5ea057bea5d99d3a955fca04f915bff59 (patch)
tree4bfb7c65c82f1a9cd18453109b6a76e47182555d /www/css
parentf4c6ca2e3d1bc5f986d4a6907d06d3ea20e8c701 (diff)
#569 #563 event playback with warning for inprogress streams (will fail in video, so warning is needed)
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index b856491a..934fe0ca 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -480,6 +480,10 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */
padding-right: 3px;
}
+.events-range-modal-warning-text {
+ background-color:red;
+}
+
.monitor-modal-text {
position: absolute;
bottom: 30px;