| /******************************************************************************* |
| * Copyright (c) 2010, 2020 IBM Corporation and others. |
| * |
| * This program and the accompanying materials |
| * are made available under the terms of the Eclipse Public License 2.0 |
| * which accompanies this distribution, and is available at |
| * https://www.eclipse.org/legal/epl-2.0/ |
| * |
| * SPDX-License-Identifier: EPL-2.0 |
| * |
| * Contributors: |
| * IBM Corporation - initial API and implementation |
| * Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836 |
| *******************************************************************************/ |
| |
| |
| Form, FormHeading { |
| background-color: #ffffff; |
| background: #ffffff; |
| color: #505050; |
| } |
| |
| Form { |
| /* Bug 465148: Additional styling for the Form */ |
| text-background-color: #ffffff; |
| |
| tb-toggle-hover-color: #505050; |
| tb-toggle-color: #505050; |
| h-hover-full-color: #505050; |
| h-hover-light-color: #505050; |
| h-bottom-keyline-2-color: #eaeaea; |
| h-bottom-keyline-1-color: #eaeaea; |
| } |
| |
| |
| Section { |
| background-color: #ffffff; |
| color: #505050; |
| background-color-titlebar: #eaeaea; |
| background-color-gradient-titlebar: #eaeaea; |
| border-color-titlebar: #ffffff; |
| } |
| |
| TabbedPropertyTitle > CLabel{ |
| color: #505050; |
| } |
| |
| TabbedPropertyTitle { |
| swt-backgroundGradientStart-color: #eaeaea; |
| swt-backgroundGradientEnd-color: #eaeaea; |
| swt-backgroundBottomKeyline1-color: #eaeaea; |
| swt-backgroundBottomKeyline2-color: #eaeaea; |
| } |
| |
| TabbedPropertyList { |
| swt-tabNormalShadow-color : '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR'; /* color of shadow lines around the tabs */ |
| swt-tabDarkShadow-color : '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR'; /* line color of the tiny scroll triangle (at top / at bottom) */ |
| swt-tabAreaBackground-color : #ffffff; |
| swt-tabBackground-color : '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START'; |
| color : #505050; /* text color in the tab / tab area */ |
| } |