js.ext.resources.css.visual.progress.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wf-web-front Show documentation
Show all versions of wf-web-front Show documentation
Java Web Frame: wf-web-front
/*!
* Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* [email protected]
* http://www.sencha.com/license
*/
.x-progress-wrap {
border-color:#6593cf;
}
.x-progress-inner {
background-color:#e0e8f3;
background-image:url(../images/default/qtip/bg.gif);
}
.x-progress-bar {
background-color:#9cbfee;
background-image:url(../images/default/progress/progress-bg.gif);
border-top-color:#d1e4fd;
border-bottom-color:#7fa9e4;
border-right-color:#7fa9e4;
}
.x-progress-text {
font-size:11px;
font-weight:bold;
color:#fff;
}
.x-progress-text-back {
color:#396095;
}