Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-20248

Documentation Theme CSS is over-riding content styling

    XMLWordPrintable

Details

    Description

      The CSS from the documentation theme is intefering with other styles from wiki page content. The bug has already been discussed here but I've also just come across it when using the

      {table}

      macros.

      Although the bus shows itself when using 3rd party macros, it's due to some very wide ranging CSS which over-rides a lot of over CSS and would appear to be acting beyond it's mandate.

      The bug can be found in the splitter.css file

      body, p, td, table, tr, .bodytext, .stepfield, .wiki-content p, .panelContent{
          color: #333;
          background:none;
      }
      

      The bug can be found in the splitter.css file

      The background:none section seems to be wiping out other colour backgrounds as it takes priority. Changing the code sample to this fixes the problem.

      body, p, td, table, tr, .bodytext, .stepfield, .wiki-content p, .panelContent{
          color: #333;
      }
      

      Attachments

        Issue Links

          Activity

            People

              shaffenden Steve Haffenden (Inactive)
              e5bf1d729978 MatthewC
              Votes:
              12 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: