blob: 83aed3448102d5209a54bb856095043066f4d676 [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
*******************************************************************************/
/* Progress Bar */
ProgressBar {
background-color: #ffffff;
border: 1px solid #A4A4A4;
border-radius: 2px;
}
ProgressBar-Indicator {
background-color: #abe033;
background-image: url( theme/fancy/icons/progress.png );
}