diff --git a/bundles/org.eclipse.ui.themes/css/light/e4-light_globalstyle.css b/bundles/org.eclipse.ui.themes/css/light/e4-light_globalstyle.css index 2d0ae6b4042..0215e3e0d6a 100644 --- a/bundles/org.eclipse.ui.themes/css/light/e4-light_globalstyle.css +++ b/bundles/org.eclipse.ui.themes/css/light/e4-light_globalstyle.css @@ -14,15 +14,13 @@ *******************************************************************************/ -Form, FormHeading { +Form { background-color: #ffffff; background: #ffffff; color: #505050; -} -Form { /* Bug 465148: Additional styling for the Form */ - text-background-color: #ffffff; + text-background-color: #eaeaea; tb-toggle-hover-color: #505050; tb-toggle-color: #505050; @@ -32,6 +30,12 @@ Form { h-bottom-keyline-1-color: #eaeaea; } +FormHeading { + background-color: #eaeaea; + background: #eaeaea; + color: #505050; +} + Section { background-color: #ffffff;