diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-09 16:59:37 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-09 16:59:37 -0400 |
| commit | b2c25c351e17ffdca9d26e1b8396c911db14db20 (patch) | |
| tree | 665e4ef4906301874aab5aa7df5df2092ed433b8 /www/css | |
| parent | 8545d9ea546b9459245e3aaa83b12bc09e30b408 (diff) | |
#321 - add ability to automatically switch based on network connection
Former-commit-id: bad04bbef6839c949aad05fb34eee61c64947070
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |
