Using Confluence Data Center
I have a picture with a link, when I put the mouse over that picture I get a "move" pointer instead of a "point" pointer.
I tried this work around https://jira.atlassian.com/browse/CONFCLOUD-57252 but I end up with that text on the top of the page as shown below:
Hello @Monica
Are you certain the CSS proposed in the issue was pasted into the correct place?
Space Settings > Look and Feel > Header and footer
Macros also use curly braces so this looks like it has been pasted into the page and not the space's Look and Feel CSS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Monica, I just shared the cloud UI instead of the DC.
I have seen my error as well :(
I the Header section of that sidebar add the CSS wrapped in script tags.
The following should work for you.
<script>
.wiki-content img.confluence-embedded-image,
.wiki-content img.editor-inline-macro,
.wiki-content table.wysiwyg-macro { cursor: pointer !important; }
</script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.