root / tmp / org.txm.rcp / css / high-contrast.css @ 1808
Historique | Voir | Annoter | Télécharger (805 octet)
1 | 923 | mdecorde | /*******************************************************************************
|
---|---|---|---|
2 | 923 | mdecorde | * Copyright (c) 2014 IBM Corporation and others.
|
3 | 923 | mdecorde | * All rights reserved. This program and the accompanying materials
|
4 | 923 | mdecorde | * are made available under the terms of the Eclipse Public License v1.0
|
5 | 923 | mdecorde | * which accompanies this distribution, and is available at
|
6 | 923 | mdecorde | * http://www.eclipse.org/legal/epl-v10.html
|
7 | 923 | mdecorde | *
|
8 | 923 | mdecorde | * Contributors:
|
9 | 923 | mdecorde | * IBM Corporation - initial API and implementation
|
10 | 923 | mdecorde | *******************************************************************************/
|
11 | 923 | mdecorde | |
12 | 923 | mdecorde | @import url("platform:/plugin/org.eclipse.ui.themes/css/e4_classic_win7.css"); |
13 | 923 | mdecorde | |
14 | 923 | mdecorde | CTabItem:selected { |
15 | 923 | mdecorde | color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR'; |
16 | 923 | mdecorde | } |
17 | 923 | mdecorde | |
18 | 923 | mdecorde | .MPartStack.active > CTabItem:selected { |
19 | 923 | mdecorde | color: '#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR'; |
20 | 923 | mdecorde | } |