source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-access/progress.css
@
81
Revision 76, 775 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:#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 | } |
Note: See TracBrowser
for help on using the repository browser.