1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 08:23:00 +00:00

set the correct cursor on peer hover and try to fix contact photo when existing photo

This commit is contained in:
Loic Blot
2016-05-19 22:11:01 +02:00
parent 7a4f37f585
commit 74c365f1f7
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -27,6 +27,10 @@
box-sizing: border-box;
}
#app-mailbox-peers li:hover {
cursor: pointer;
}
#app-mailbox-peers li:hover > a,
#app-mailbox-peers li:hover,
#app-mailbox-peers .selected,