Enhancement
Major
Detail
Major
Detail
Bugfix
.tlDocTable th { background: %LAYOUT_MAIN_COLOR%; color: %ICON_COLOR_WHITE%; }
This only works if the definition of the variables is also included with com.top_logic.icons - which is not always the case.
The variable "ICON_COLOR_WHITE" has now been replaced at this point by the specific color value because:
- The variable defines an icon color by name, but was used here as the style of a table header.
- The other colors of this table style are also directly in the css file.
Test
com.top_logic.project.pos binds wysiwyg via com.top_logic.committee and com.top_logic.doc. This leads to a test failure:
junit.framework.AssertionFailedError: Errors (1) logged during startup: Stylesheet '/style/_Default_theme.css' contains undefined key: ICON_COLOR_WHITE