diff options
author | Joas Schilling <coding@schilljs.com> | 2018-03-06 17:28:20 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-03-06 17:28:20 +0100 |
commit | c7b322b8638a92aebfccc41abda703da4123d21c (patch) | |
tree | c671d8efed9cce7da90728681cfd5294f208ddba /apps/updatenotification | |
parent | 303085421e80e4cdd39f2af2d0544797b67d9145 (diff) | |
download | nextcloud-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.css | 3 |
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; } |