blob: 790c74fb99d4a9beff8d58aa5cf635733456df8d [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
*******************************************************************************/
/* Label */
Label, CLabel {
color: #4a4a4a;
background-color: white;
}
Label-SeparatorLine {
background-image: none;
background-color: transparent;
border: 1px solid #a4a4a4;
border-radius: 0px;
width: 2px;
}
Label-SeparatorLine[SHADOW_IN] {
border: 1px inset;
}
Label-SeparatorLine[SHADOW_OUT] {
border: 1px outset;
}