Make the cursor a pointer when hovering dismiss

This commit is contained in:
Joas Schilling 2015-09-15 14:00:08 +02:00
Родитель 4b6d38b972
Коммит 133d3a59a4
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -42,6 +42,11 @@
.notification-delete:hover {
opacity: 0.8 !important;
cursor: pointer;
}
.notification-delete img, .notifications-button img {
cursor: pointer;
}
.notifications-button {
@ -54,7 +59,7 @@
text-align: center;
margin-top: 10px;
opacity: 0.7;
cursor: pointer;
}
.notifications-button.hasNotifications {