blob: 0277d7ab587cd798a534be9cfcb30ae42fcc443e [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
*******************************************************************************/
/* Group */
Group {
color: #4a4a4a;
background-color: white;
}
Group-Frame {
padding: 8px 2px 2px;
border: 1px solid #cccccc;
border-radius: 2px 2px 2px 2px;
}
Group-Label {
color: #464a4e;
margin: 1px 10px;
}