From 74c365f1f7d10c0d03acb0146a5eee09aad5e58c Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 19 May 2016 22:11:01 +0200 Subject: [PATCH] set the correct cursor on peer hover and try to fix contact photo when existing photo --- css/style.css | 4 ++++ templates/main.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 33b7bbe..9484821 100644 --- a/css/style.css +++ b/css/style.css @@ -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, diff --git a/templates/main.php b/templates/main.php index 38535d4..0fa5e58 100644 --- a/templates/main.php +++ b/templates/main.php @@ -10,7 +10,7 @@ use \OCA\OcSms\Lib\CountryCodes;