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"; + + + + + +