source:
trunk/workshop-routing-foss4g/web/ext/resources/css/visual/progress.css
@
79
Revision 76, 625 bytes checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
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:#6593cf; |
9 | } |
10 | |
11 | .x-progress-inner { |
12 | background-color:#e0e8f3; |
13 | background-image:url(../images/default/qtip/bg.gif); |
14 | } |
15 | |
16 | .x-progress-bar { |
17 | background-color:#9cbfee; |
18 | background-image:url(../images/default/progress/progress-bg.gif); |
19 | border-top-color:#d1e4fd; |
20 | border-bottom-color:#7fa9e4; |
21 | border-right-color:#7fa9e4; |
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:#396095; |
32 | } |
Note: See TracBrowser
for help on using the repository browser.