Can I edit the image of an arrow in the Expand macro?

MITUL PATEL February 24, 2016

When we click on the arrow in Expand macro, the text to be expanded is displayed. i would like to change the image of that arrow to a custom image. Is it possible by editing the macro?

 

1 answer

0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 24, 2016

The easiest way in Confluence Server would be to add a bit to the Global Stylesheet to override this – 

The image is provided some CSS attributed to the .expand-control-icon CSS class.

.expand-control-icon {
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAALElEQVQoz2NgGGSg4EzBTPwKOgr+F6ThVzKTsJK7Bf/JN4GgG4C+6GAYigAASNYUTGaVYwsAAAAASUVORK5CYII=)
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events