summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-03-06 17:28:20 +0100
committerJoas Schilling <coding@schilljs.com>2018-03-06 17:28:20 +0100
commitc7b322b8638a92aebfccc41abda703da4123d21c (patch)
treec671d8efed9cce7da90728681cfd5294f208ddba /apps/updatenotification
parent303085421e80e4cdd39f2af2d0544797b67d9145 (diff)
downloadnextcloud-server-c7b322b8638a92aebfccc41abda703da4123d21c.tar.gz
nextcloud-server-c7b322b8638a92aebfccc41abda703da4123d21c.zip
Fix the cursor on the icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r--apps/updatenotification/css/admin.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/updatenotification/css/admin.css b/apps/updatenotification/css/admin.css
index 3fa7c688677..cb03f6a15cb 100644
--- a/apps/updatenotification/css/admin.css
+++ b/apps/updatenotification/css/admin.css
@@ -13,7 +13,8 @@
margin-top: 25px;
}
-#updatenotification h3 {
+#updatenotification h3,
+#updatenotification h3 .icon {
cursor: pointer;
}