jinlin
2025-03-01 86f02fee03614fef275c6e0c355d73318ca3025e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*******************************************************************************
 * Copyright (c) 2014 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/
 
 @import url("platform:/plugin/org.eclipse.ui.themes/css/e4_classic_win7.css");
 
CTabItem:selected {
     color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
}
 
.MPartStack.active > CTabItem:selected {
    color: '#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR';
}