From ad1385a8e17a53c2852cd1ae36b238255cc77622 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 19 Jan 2017 01:49:54 +0100 Subject: highlight active navigation entry better, fix #2096 Signed-off-by: Jan-Christoph Borchardt --- core/css/apps.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/css/apps.scss b/core/css/apps.scss index 88fd223ba64..93e60fbfbf1 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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; -- cgit v1.2.3