summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-06 16:57:15 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-06 16:57:15 -0400
commitb4e1f72cfc6f38046bb3afce3eb12664251c1c94 (patch)
tree5c3ff3218c92218712ac63a0dc1c869e019f98b9
parent7f041611027f6e4b4212810c0d043af007c5483e (diff)
new banner style for events
-rw-r--r--www/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 7ad2d38f..f7e84f15 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -438,6 +438,13 @@ input[type=range]::-webkit-slider-thumb {
-webkit-animation-duration: 300ms;
}
+.content-banner.alarm
+{
+ background-color: forestgreen;
+ color:white;
+ opacity:1;
+}
+
/*.mySliderClass.jslider.sliderCSS div.jslider-pointer
{top:-10px;left:15px;width:60px;height:60px;margin-left:-5px;background-color:silver;background-color:#615959;border-radius:50%
}*/