Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.ui.themes/css/e4-dark_mac.css')
-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