source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-gray/progress.css
@
81
Revision 76, 620 bytes checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 1 | /*! |
2 | * Ext JS Library 3.4.0 | |
3 | * Copyright(c) 2006-2011 Sencha Inc. | |
4 | * licensing@sencha.com | |
5 | * http://www.sencha.com/license | |
6 | */ | |
7 | .x-progress-wrap { | |
8 | border-color:#8E8E8E; | |
9 | } | |
10 | ||
11 | .x-progress-inner { | |
12 | background-color:#E7E7E7; | |
13 | background-image:url(../images/gray/qtip/bg.gif); | |
14 | } | |
15 | ||
16 | .x-progress-bar { | |
17 | background-color:#BCBCBC; | |
18 | background-image:url(../images/gray/progress/progress-bg.gif); | |
19 | border-top-color:#E2E2E2; | |
20 | border-bottom-color:#A4A4A4; | |
21 | border-right-color:#A4A4A4; | |
22 | } | |
23 | ||
24 | .x-progress-text { | |
25 | font-size:11px; | |
26 | font-weight:bold; | |
27 | color:#fff; | |
28 | } | |
29 | ||
30 | .x-progress-text-back { | |
31 | color:#5F5F5F; | |
32 | } |
Note: See TracBrowser
for help on using the repository browser.