From 2fb92f0f34c634254e3705447d0ac40ae25e10e0 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 26 Jul 2017 23:45:17 +0200 Subject: [PATCH] Show active network with green button --- css/style.css | 15 ++++++++++++++- index.php | 31 ++++++++++++++++++++++--------- version.php | 2 +- 3 files changed, 37 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index 498ee89..14e5fd1 100644 --- a/css/style.css +++ b/css/style.css @@ -4,4 +4,17 @@ .panel-heading span { font-size: 15px; -} \ No newline at end of file +} + +.btn-active { + text-shadow: 0 1px 0 #fff; + background-image: -webkit-linear-gradient(top,#fff 0,#3c763d 100%); + background-image: -o-linear-gradient(top,#fff 0,#3c763d 100%); + background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(##3c763d)); + background-image: linear-gradient(to bottom,#fff 0,#3c763d 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff3c763d', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); + background-repeat: repeat-x; + border-color: #dbdbdb; + border-color: #ccc; +} diff --git a/index.php b/index.php index c343531..60afd16 100644 --- a/index.php +++ b/index.php @@ -30,12 +30,6 @@ include "version.php"; - - - - - - @@ -45,6 +39,12 @@ include "version.php"; + + + + + +