source: trunk/web/addons/job_monarch/lib/extjs-30/resources/css/visual/progress.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 648 bytes
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
4 * licensing@extjs.com
5 * http://www.extjs.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.