Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Guarinoni2014-04-07 12:26:23 +0000
committerAndrea Guarinoni2014-04-07 14:28:31 +0000
commite6b327f789dedc8d8ad831a043ea672f25b87702 (patch)
tree2a65c1e58db9d7fc0f6b29c94d7a89ea225bf982
parent8bcf6bfc89563bf6cf6d922ee4474b8cd5628dd2 (diff)
downloadeclipse.platform.ui-e6b327f789dedc8d8ad831a043ea672f25b87702.tar.gz
eclipse.platform.ui-e6b327f789dedc8d8ad831a043ea672f25b87702.tar.xz
eclipse.platform.ui-e6b327f789dedc8d8ad831a043ea672f25b87702.zip
Bug 431657 - Dark theme workspace launcher dialog problem,
Bug 430706 (partial) - Buttons, Tabs and some text fields not styled in dark theme on Mac: Corrected background-color for Combo widget on Mac; Change-Id: I4f3b058809bc394ef8f2e25e4045a140da65ad5f Signed-off-by: Andrea Guarinoni <andrea.guarinoni@gmail.com>
-rw-r--r--bundles/org.eclipse.ui.themes/css/e4-dark_mac.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css b/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css
index 784f2ad09ab..c368f07aa02 100644
--- a/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css
+++ b/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css
@@ -295,8 +295,8 @@ Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][s
Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE'] > Composite > * > Combo,
Form > LayoutComposite > LayoutComposite > Combo,
.MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Combo {
- background-color: #41464A; /* ignored */
- color: #222;
+ background-color: #949DA5;
+ color: #222; /* background of drop-drown list is hard-coded to white */
}
Combo:selected,
/* the following are required due to Bug 419482: */

Back to the top