From b2c25c351e17ffdca9d26e1b8396c911db14db20 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 9 Sep 2016 16:59:37 -0400 Subject: #321 - add ability to automatically switch based on network connection Former-commit-id: bad04bbef6839c949aad05fb34eee61c64947070 --- www/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index c1c78f1e..8efb5d24 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -781,6 +781,12 @@ input[type=range]::-webkit-slider-thumb { } +.content-banner.net +{ + background-color: #9b59b6; + color:white; +} + /* This accordion list is used for event server monitor filter * http://docs.angularjs.org/api/ng/directive/ngShow#usage_animations */ -- cgit v1.2.3