blob: 8710163e3e495d52d807789d5eaca6fb84568823 [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
*******************************************************************************/
/* Expand Bar */
ExpandBar {
color: #4a4a4a;
}
ExpandBar[BORDER] {
border: 1px solid #C1C1C1;
}
ExpandItem-Header {
background-image: gradient(
linear, left top, left bottom,
from( #ffffff ),
color-stop( 55%, #e0e0e0 ),
to( #f0f0f0 )
);
}
ExpandItem {
border: 1px solid #c1c1c1;
}