From 004468f231d550cdcc9b36a47f74b7f48d507fc8 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 6 Mar 2016 16:21:26 +0100 Subject: Mouse cursor set to pointer for coverphoto div (instead of arrow). Or else it's not clear that you can click on it to show something (the channel in this case). --- view/css/widgets.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/css/widgets.css b/view/css/widgets.css index db90afad9..38809896c 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -129,6 +129,7 @@ li:hover .group-edit-icon { position: relative; width: 100%; height: auto; + cursor: pointer; } #cover-photo-caption { -- cgit v1.2.3