Fix mouse cursor on dashboard quick links. Fixes #1163

This commit is contained in:
Dave Page 2016-06-03 13:10:49 +01:00
parent 129ca87937
commit 4398d1d869

View File

@ -10,6 +10,10 @@
text-align: center;
}
.dashboard-link a {
cursor: pointer;
}
.dashboard-icon {
color: black;
}