Can we change the formatting of the alert/notification that a page is being edited?

banson October 4, 2013

It's not easy to see that small alert at the top of the page when you try to edit a page that is already being edited. Is there a CSS file or something we can modify so that text is red, orange, bold, etc.to decrease the instances of people writing over people's changes?

Thanks,

1 answer

0 votes
Matthew J. Horn
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.
October 6, 2013

Next time you see this warning, right click the error message in your browser and select Inspect Element. That will give you the generated CSS you need to change it. Then you can add custom CSS in your admin panel (Look and Feel > Stylesheet). Be sure to use !important at the end of each style definition you want to override, so that your custom setting takes precendence. For example:

.some-style-selector {

some-style: some-value !important;

}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events