From 6befdd1db3a5b9bc5a9ef771cddc1683af58470c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 5 Mar 2018 21:12:43 +0100 Subject: [PATCH] Fixed pointer on header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- _shared_assets/themes/nextcloud_com/static/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_shared_assets/themes/nextcloud_com/static/styles.css b/_shared_assets/themes/nextcloud_com/static/styles.css index cadbf0edc..990023703 100644 --- a/_shared_assets/themes/nextcloud_com/static/styles.css +++ b/_shared_assets/themes/nextcloud_com/static/styles.css @@ -279,7 +279,8 @@ nav a { color: white; -webkit-transition: 0.3s; transition: 0.3s; - font-size: 16px; } + font-size: 16px; + cursor: pointer !important;} .nav .container .nav__sections .nav__section .nav__links { position: absolute; padding: 20px 20px 20px 35px;