blob: e003a76b6827a4d6447a4d1e4997c95969fdf56d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 EclipseSource 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:
* EclipseSource - initial API and implementation
*******************************************************************************/
TabFolder-ContentContainer {
border: 1px solid #a4a4a4;
}
TabItem {
background-color: white;
border-top-color: white;
border-bottom-color: white;
background-image: none;
padding : 2px 6px 2px 5px;
}
TabItem:selected {
background-color: white;
border-top-color: #00589f;
border-bottom-color: #00589f;
background-image: none;
padding : 2px 8px 3px 7px;
}
TabItem:hover {
background-color: #dae9f7;
background-image: none;
}
CTabFolder {
border-color: #A4A4A4;
border-radius: 2px;
}
CTabItem {
font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
color: #4a4a4a;
background-color: white;
background-image: none;
padding: 2px 4px;
spacing: 4px;
}
CTabItem:selected {
color: white;
background-color: #00589f;
}