Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Starting with Confluence 5.0-rc1, a compatibility bug (CONF-28098) was introduced that overrides attempts by users and macros to provide row level background setting. For instance, this impacts table-based macros including:

This impacts at least the following:

...

  1. Go to Confluence administration -> Look and Feel -> Custom HTML
  2. Edit

Add the following to the *At end of the HEAD* section and save:

Code Block
languagecss
<style type="text/css">
.confluenceTable .confluenceTd
{ background-color: transparent; }
</style>

Cloud

While the problem may not have appeared in Cloud, it will (sad). Unfortunately, the workaround suggested above is not available with Cloud. Alternatives are to use the css macro and insert the equivalent css onto a page. If you are using the documentation theme, it is also possible to insert the css macro in the Header section of the theme configuration so that it can apply to the entire space.

...