Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Theunissen2020-08-20 20:14:01 +0000
committerLars Vogel2020-08-25 07:57:55 +0000
commitedd57c680fa2a7077f921652418737eb42d78c0e (patch)
treeb60f1385656a08b04ac11697c49824040ca98dec
parent5ed167cce2bfefcafcc1de918df968854a0e0a46 (diff)
downloadeclipse.platform.ui-edd57c680fa2a7077f921652418737eb42d78c0e.tar.gz
eclipse.platform.ui-edd57c680fa2a7077f921652418737eb42d78c0e.tar.xz
eclipse.platform.ui-edd57c680fa2a7077f921652418737eb42d78c0e.zip
Bug 564884 - It's very hard to see which tab is the selected tab in a
section that isn't active Change-Id: I7a0b2e39c07ce485a60dc110d59ca274985614b0 Signed-off-by: Rolf Theunissen <rolf.theunissen@gmail.com>
-rw-r--r--bundles/org.eclipse.ui.themes/css/e4_default_win.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.themes/css/e4_default_win.css b/bundles/org.eclipse.ui.themes/css/e4_default_win.css
index 8183520be5b..50775ab991d 100644
--- a/bundles/org.eclipse.ui.themes/css/e4_default_win.css
+++ b/bundles/org.eclipse.ui.themes/css/e4_default_win.css
@@ -35,11 +35,11 @@ ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR {
}
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START {
- color: #F2F2F2;
+ color: #E8E8E8;
}
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END {
- color: #F0F0F0;
+ color: #E4E4E4;
}
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR {

Back to the top