diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-03-27 20:24:28 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-03-27 20:24:28 +0200 |
commit | ef07f276285f333fc0376c73b21c38547f6d9774 (patch) | |
tree | 02c7c430bcaa5950878ad9feff62f51c8183b06b | |
parent | 1c4603a3764fda597f6f2b9c3c1a1ae29390a61a (diff) | |
download | nextcloud-server-ef07f276285f333fc0376c73b21c38547f6d9774.tar.gz nextcloud-server-ef07f276285f333fc0376c73b21c38547f6d9774.zip |
add pointer finger to full clickable app icon area
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | core/css/header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 33b6ca69e96..6a445194e14 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -457,6 +457,7 @@ nav { vertical-align: top !important; height: 20px; padding: 12px; + cursor: pointer; a { opacity: 0.6; |