Bug 440584

Summary: [CSS] Allow more CSS styles for CTabRendering for unselected tabs
Product: [Eclipse Project] Platform Reporter: Adam Briska <briskaa>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: pyvesdev
Version: 4.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Adam Briska CLA 2014-07-28 15:02:56 EDT
As a developer, I want to have more control over the appearance of the unselected tabs than is currently exposed via the available CSS styles.

Specifically, I want to configure the appearance of the unselected tabs, including being able to specify an outline color for these tabs.
Comment 1 Mikaƫl Barbero CLA 2016-07-27 08:31:19 EDT
(In reply to Adam Briska from comment #0)
> Specifically, I want to configure the appearance of the unselected tabs,
> including being able to specify an outline color for these tabs.

It is hardcoded here http://git.eclipse.org/c/platform/eclipse.platform.ui.git/tree/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java#n673
Comment 2 Pierre-Yves Bigourdan CLA 2020-01-26 17:19:13 EST
Would indeed be a nice to have.