the selected tab
The highlight color can be set with swt-selected-tab-highlight and it's
position (top or bottom of the tab) can be set with the boolean
swt-selected-highlight-top. Note that setting
swt-selected-highlight-top: true
with rounded CTabFolder corners looks aesthetically displeasing.
Example usage in CSS:
# Set the selected tab highlight color
swt-selected-tab-highlight: white;
# Set whether the highlight should be on top or bottom of the tab
(optional, default value is true)
swt-selected-highlight-top: false;
Change-Id: Ia662298f1321f26f309435ea98ec40e3c1a312f3
Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>