Skip to content

Commit

Permalink
Image modal mouse pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Sep 12, 2019
1 parent eaffaf2 commit 94b4074
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mpicms/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -718,4 +718,8 @@ a.tag:hover {

.no-images img {
display: none;
}

.modal-image:hover, .richtext-image:hover {
cursor: pointer;
}

0 comments on commit 94b4074

Please sign in to comment.