blob: 8a2d4339c5b7c61457b80bc85819685bcae2c511 [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
*******************************************************************************/
/* CTabFolder, TabFolder */
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 {
border-top-color: #abe033;
border-bottom-color: #abe033;
padding : 2px 8px 3px 7px;
}
TabItem:hover {
background-color: #e9f3d2;
}
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: #97c72c;
}
CTabFolder-DropDownButton-Icon {
background-image: url( theme/fancy/icons/ctabfolder-dropdown.png );
}
CTabFolder-DropDownButton-Icon:hover {
background-image: url( theme/fancy/icons/ctabfolder-dropdown-hover.png );
}