diff options
| -rw-r--r-- | www/css/style.css | 7 |
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% }*/ |
