Fix the cursor on the icon

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-03-06 17:28:20 +01:00
parent 303085421e
commit c7b322b863
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
margin-top: 25px;
}
#updatenotification h3 {
#updatenotification h3,
#updatenotification h3 .icon {
cursor: pointer;
}