Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / resources / css / theme-access / progress.css
1 /*!
2  * Ext JS Library 3.2.2
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .x-progress-wrap {
8     border-color:#18181a;
9 }
10
11 .x-progress-inner {
12     background-color:#232d38;
13     background-image:none;
14 }
15
16 .x-progress-bar {
17     background-color:#f39a00;
18     background-image:url(../images/access/progress/progress-bg.gif);
19     border-top-color:#a66900;
20     border-bottom-color:#a66900;
21     border-right-color:#ffb941;
22     height: 20px !important; /* structural override for Accessibility Theme */
23 }
24
25 .x-progress-text {
26     font-size:14px;
27     font-weight:bold;
28     color:#fff;
29     padding: 0 5px !important; /* structural override for Accessibility Theme */
30 }
31
32 .x-progress-text-back {
33     color:#aaa;
34     line-height: 19px;
35 }