Bug 440584 - [CSS] Allow more CSS styles for CTabRendering for unselected tabs
Summary: [CSS] Allow more CSS styles for CTabRendering for unselected tabs
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 15:02 EDT by Adam Briska CLA
Modified: 2020-01-27 04:02 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.