diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2017-01-19 06:47:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-19 06:47:30 +0100 |
commit | 2cfedb3623f532e22b007680c2978be1542600af (patch) | |
tree | 2431416a1629c8f4880bd5e8e2b7123800dbe9f8 /core/css | |
parent | 2d73a003d7986f78ec155b9b6985961ddf4f6784 (diff) | |
parent | 3798f842c0fee33fd78e0ca1353afb1acce9fa9f (diff) | |
download | nextcloud-server-2cfedb3623f532e22b007680c2978be1542600af.tar.gz nextcloud-server-2cfedb3623f532e22b007680c2978be1542600af.zip |
Merge pull request #3150 from nextcloud/highlight-active-navigation
highlight active navigation entry better, fix #2096
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.scss | 4 |
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; |