Initial commit
This commit is contained in:
32
assets/js/ext/resources/css/theme-gray/progress.css
Normal file
32
assets/js/ext/resources/css/theme-gray/progress.css
Normal file
@@ -0,0 +1,32 @@
|
||||
/*!
|
||||
* Ext JS Library 3.3.1
|
||||
* Copyright(c) 2006-2010 Sencha Inc.
|
||||
* licensing@sencha.com
|
||||
* http://www.sencha.com/license
|
||||
*/
|
||||
.x-progress-wrap {
|
||||
border-color:#8E8E8E;
|
||||
}
|
||||
|
||||
.x-progress-inner {
|
||||
background-color:#E7E7E7;
|
||||
background-image:url(../images/gray/qtip/bg.gif);
|
||||
}
|
||||
|
||||
.x-progress-bar {
|
||||
background-color:#BCBCBC;
|
||||
background-image:url(../images/gray/progress/progress-bg.gif);
|
||||
border-top-color:#E2E2E2;
|
||||
border-bottom-color:#A4A4A4;
|
||||
border-right-color:#A4A4A4;
|
||||
}
|
||||
|
||||
.x-progress-text {
|
||||
font-size:11px;
|
||||
font-weight:bold;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.x-progress-text-back {
|
||||
color:#5F5F5F;
|
||||
}
|
||||
Reference in New Issue
Block a user