diff --git a/html/css/mono.css b/html/css/mono.css index 3605888386..45faa93858 100644 --- a/html/css/mono.css +++ b/html/css/mono.css @@ -114,3 +114,10 @@ 100% { transform: rotate(360deg); transform: rotate(360deg); } } +.pagemenu-selected { + background-color: #777; + border: 0; + box-shadow: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; +} diff --git a/html/index.php b/html/index.php index 6013d74880..056b361de2 100644 --- a/html/index.php +++ b/html/index.php @@ -129,7 +129,7 @@ if (empty($config['favicon'])) { - +