From 94b40742556bb7de8dfb92691686475c70ff19dc Mon Sep 17 00:00:00 2001 From: Merlin Buczek Date: Thu, 12 Sep 2019 11:45:23 +0200 Subject: [PATCH] Image modal mouse pointer --- mpicms/static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mpicms/static/css/custom.css b/mpicms/static/css/custom.css index 56b6970..103aa03 100644 --- a/mpicms/static/css/custom.css +++ b/mpicms/static/css/custom.css @@ -718,4 +718,8 @@ a.tag:hover { .no-images img { display: none; +} + +.modal-image:hover, .richtext-image:hover { + cursor: pointer; } \ No newline at end of file