The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello!
I have noticed that the pointer changes when hovering over an image. The pointer goes to a move type of pointer and gives the impression of the image not being clickable. We have images that point to other pages in confluence. How can we change the pointer when hovering over images?
@Jen T Welcome to the Atlassian community
Does it do this in all browsers? Is it happening to everyone on your server instance? Have you tried clearing your browsers cache?
Hi @Jen T
Welcome to the Atlassian Community.
If you are an administrator of your instance, you can customize Confluence on many ways.
On this case you can change the Global Stylesheet to show different cursor types depending on the image.
The below custom CSS will do the following
/* move cursor on the Editor */
body#tinymce img.confluence-embedded-image
{ cursor: move !important; }
/* zoom-in cursor for images */
.wiki-content img.confluence-embedded-image
{ cursor: zoom-in !important; }
/* pointer cursor for images with links */
.wiki-content a img.confluence-embedded-image
{ cursor: pointer !important; }
I hope that helps.
Kind regards,
Thiago Masutti
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Feeling overwhelmed by the demands of work and life? With a 25% increase in the prevalence of anxiety and depression worldwide during the pandemic, for most of us, it’s a resounding yes . 🙋♀️ ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.