Enhancement
Major
Detail
Major
Detail
Bugfix
.tlDocTable th { background: %LAYOUT_MAIN_COLOR%; color: %ICON_COLOR_WHITE%; }
This only works if the variable definition is also included with com.top_logic.icons - which is not always the case.
The variable "ICON_COLOR_WHITE" was replaced at this point now by the concrete color value, because:
- The variable defines an icon color according to its name, but was used here as a 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 results in a test failure:
junit.framework.AssertionFailedError: Errors (1) logged during startup: stylesheet '/style/_Default_theme.css' contains undefined key: ICON_COLOR_WHITE