highlight active navigation entry better, fix #2096
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
61d4198ae1
commit
ad1385a8e1
|
@ -1,4 +1,5 @@
|
|||
/**
|
||||
* @copyright Copyright (c) 2014, Jan-Christoph Borchardt (http://jancborchardt.net)
|
||||
* @copyright Copyright (c) 2017, John Molakvoæ (skjnldsv@protonmail.com)
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
|
@ -101,6 +102,7 @@ em {
|
|||
.active,
|
||||
.active a {
|
||||
opacity: 1;
|
||||
box-shadow: inset 2px 0 #0082c9;
|
||||
}
|
||||
.collapse {
|
||||
display: none;
|
||||
|
@ -284,7 +286,7 @@ em {
|
|||
.app-navigation-entry-utils ul, .app-navigation-entry-menu ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
|
||||
/* editing an entry */
|
||||
.app-navigation-entry-edit {
|
||||
padding-left: 5px;
|
||||
|
|
Loading…
Reference in New Issue