Was the "create from template" button supposed to become transparent after Confluence Server 6.6.1?
We just upgraded to Confluence 6.15.6 and this happened..
Changing the table cell background to the standard 5 still resulted in a transparent background for the macro.
- Jonathan
Hello Jonathan,
Happy to help here. As Confluence has been transitioning to a new theme, it does appear this change was intentional.
You can format your buttons in your space using CSS by applying the following to your Look and Feel > Stylesheet setting in your Space Tools, for example:
#main-content a.create-from-template-button {
background-color: white;
}
You would also be able to use other CSS to format the button in other ways, for your liking.
GIve that a try, and let me know if you have any trouble.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome, Jonathan. Happy to help.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.