summaryrefslogtreecommitdiffstats
path: root/core/css/apps.scss
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-01-19 01:49:54 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-01-19 01:49:54 +0100
commitad1385a8e17a53c2852cd1ae36b238255cc77622 (patch)
treeb0483bd7bd39cff72e8e5f726885a221f4772927 /core/css/apps.scss
parent61d4198ae1d5a0914e40be9985284298c2a9b750 (diff)
downloadnextcloud-server-ad1385a8e17a53c2852cd1ae36b238255cc77622.tar.gz
nextcloud-server-ad1385a8e17a53c2852cd1ae36b238255cc77622.zip
highlight active navigation entry better, fix #2096
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r--core/css/apps.scss4
1 files changed, 3 insertions, 1 deletions
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;