diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 2c546d37..60a9bb3f 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -3,7 +3,7 @@ a { color: #333; } -a:hover { +a:hover, a:focus { color: #2672ec !important; text-decoration: none !important; } @@ -46,6 +46,10 @@ body { font-size: 0.9em; } +#head a { + display: inline-block; +} + /* ----------- SIDEBAR ----------- */ #sidebar { overflow: auto; diff --git a/admin/themes/default/index.php b/admin/themes/default/index.php index 34f2a45c..9df3a0be 100644 --- a/admin/themes/default/index.php +++ b/admin/themes/default/index.php @@ -43,7 +43,7 @@ $(document).ready(function() {