blob: 38c2114fe27e9b374bc625f1ce14289b400cb9c8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2013 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
******************************************************************************/
/* Composite */
Composite {
background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-position: left top;
border: none;
animation: none;
}
Composite[BORDER] {
background-color: white;
background-image: none;
}