blob: 4d530c2a8c9f71c923b6c31770f447be48d772da [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
*******************************************************************************/
/* Sash default theme */
Sash {
border: none;
background-image: none;
background-color: transparent;
}
Sash[BORDER] {
border: 1px solid #a4a4a4;
}
Sash:hover {
background-color: #e9f3d2;
}
Sash-Handle:horizontal,
Sash-Handle:vertical {
background-image: none;
}