highlight active navigation entry better, fix #2096

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-01-19 01:49:54 +01:00
parent 61d4198ae1
commit ad1385a8e1
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
/** /**
* @copyright Copyright (c) 2014, Jan-Christoph Borchardt (http://jancborchardt.net)
* @copyright Copyright (c) 2017, John Molakvoæ (skjnldsv@protonmail.com) * @copyright Copyright (c) 2017, John Molakvoæ (skjnldsv@protonmail.com)
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
@ -101,6 +102,7 @@ em {
.active, .active,
.active a { .active a {
opacity: 1; opacity: 1;
box-shadow: inset 2px 0 #0082c9;
} }
.collapse { .collapse {
display: none; display: none;