diff options
| author | Daniel Rolka | 2014-03-12 11:43:11 +0000 |
|---|---|---|
| committer | Daniel Rolka | 2014-03-12 11:43:11 +0000 |
| commit | badfd0ca8b9c2c31e575809313d799969e4e38bb (patch) | |
| tree | 28d1fde09d3dd7075c31825f3cc38aef7e00018e | |
| parent | 16bc2dba327f07f7cee8a38fe7fbdbfb47c28482 (diff) | |
| download | eclipse.platform.ui-badfd0ca8b9c2c31e575809313d799969e4e38bb.tar.gz eclipse.platform.ui-badfd0ca8b9c2c31e575809313d799969e4e38bb.tar.xz eclipse.platform.ui-badfd0ca8b9c2c31e575809313d799969e4e38bb.zip | |
Bug 429754 - [CSS] Update the 'e4 default' theme with the
'active.noFocus' state
Change-Id: I07bf7cc8080c4becd5244503954abfb06aae7728
Signed-off-by: Daniel Rolka <daniel.rolka@pl.ibm.com>
| -rw-r--r-- | bundles/org.eclipse.ui.themes/css/e4_basestyle.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/org.eclipse.ui.themes/css/e4_basestyle.css b/bundles/org.eclipse.ui.themes/css/e4_basestyle.css index 0c940d9da4a..bc377d27d70 100644 --- a/bundles/org.eclipse.ui.themes/css/e4_basestyle.css +++ b/bundles/org.eclipse.ui.themes/css/e4_basestyle.css @@ -101,6 +101,18 @@ ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END { color: #FFFFFF; } +ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START { + color: #FFFFFF; +} + +ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END { + color: #FFFFFF; +} + +ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR { + color: #000000; +} + .MTrimmedWindow.topLevel { margin-top: 3px; margin-bottom: 3px; @@ -146,6 +158,14 @@ CTabItem:selected { swt-shadow-visible: false; } +.MPartStack.active.noFocus { + swt-selected-tab-fill: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100% 100%; +} + +.MPartStack.active.noFocus > CTabItem:selected { + color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR'; +} + #PerspectiveSwitcher { eclipse-perspective-keyline-color: #AAB0BF #AAB0BF; } |
