diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-03-06 16:21:26 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-03-06 16:21:26 +0100 |
commit | 004468f231d550cdcc9b36a47f74b7f48d507fc8 (patch) | |
tree | 33419fd6419616c22ba8472e30adf9a178114ec8 | |
parent | 86f840843fccf8f3c1625a3494e13bce586e68d1 (diff) | |
download | volse-hubzilla-004468f231d550cdcc9b36a47f74b7f48d507fc8.tar.gz volse-hubzilla-004468f231d550cdcc9b36a47f74b7f48d507fc8.tar.bz2 volse-hubzilla-004468f231d550cdcc9b36a47f74b7f48d507fc8.zip |
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).
-rw-r--r-- | view/css/widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |