![JAR search and dependency download from the Maven repository](/logo.png)
com.sencha.gxt.theme.blue.client.progress.ProgressBar.css Maven / Gradle / Ivy
/**
* Ext GWT 3.0.0-rc - Ext for GWT
* Copyright(c) 2007-2011, Sencha, Inc.
* [email protected]
*
* http://sencha.com/license
*/
.progressWrap {
border-color:#6593cf;
}
@sprite .progressInner {
background-color:#e0e8f3;
gwt-image: 'innerBar';
height: auto;
}
@sprite .progressBar {
background-color:#9cbfee;
gwt-image: 'bar';
background-repeat: repeat-x;
background-position: left center;
height: 18px;
border-top-color:#d1e4fd;
border-bottom-color:#7fa9e4;
border-right-color:#7fa9e4;
}
.progressText {
color:#fff;
}
.progressTextBack {
color:#396095 !important;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy