blob: c270b57d85a9f9a932837d69e77aa46e13054b38 [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;
}
ExpandItem-Button {
background-image: url( theme/fancy/icons/expanditem-expand.png );
}
ExpandItem-Button:hover {
background-image: url( theme/fancy/icons/expanditem-expand-hover.png );
}
ExpandItem-Button:expanded {
background-image: url( theme/fancy/icons/expanditem-collapse.png );
}
ExpandItem-Button:expanded:hover {
background-image: url( theme/fancy/icons/expanditem-collapse-hover.png );
}