mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Fix the cursor on the icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
303085421e
commit
c7b322b863
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@
|
|||
margin-top: 25px;
|
||||
}
|
||||
|
||||
#updatenotification h3 {
|
||||
#updatenotification h3,
|
||||
#updatenotification h3 .icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue