-
Bug
-
Resolution: Fixed
-
Medium
-
3.2, 3.2.1, 4.2
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; }
- causes
-
CONFSERVER-20468 Scroll bar disappears when Space Theme is set to Easy Reader Theme and Global Site Theme is set to Documentation Theme
- Closed
- is duplicated by
-
CONFSERVER-24493 Document Theme css setting prevents Table-Plus and csv Plugins to highlight table rows
- Closed
-
CONFSERVER-24720 Documentation theme removes gridlines in a table when that table is contained in a panel
- Closed
- is related to
-
CONFSERVER-24493 Document Theme css setting prevents Table-Plus and csv Plugins to highlight table rows
- Closed
- relates to
-
CONFSERVER-24543 Links are underlined in the documentation theme
- Closed
-
CONFSERVER-6482 Custom background colour for rows or cells in table
- Closed