source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-gray/list-view.css
@
81
Revision 76, 772 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-list-header{ |
8 | background-color:#f9f9f9; |
9 | background-image:url(../images/gray/grid/grid3-hrow2.gif); |
10 | } |
11 | |
12 | .x-list-header-inner div em { |
13 | border-left-color:#ddd; |
14 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
15 | } |
16 | |
17 | .x-list-body dt em { |
18 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
19 | } |
20 | |
21 | .x-list-over { |
22 | background-color:#eee; |
23 | } |
24 | |
25 | .x-list-selected { |
26 | background-color:#f0f0f0; |
27 | } |
28 | |
29 | .x-list-resizer { |
30 | border-left-color:#555; |
31 | border-right-color:#555; |
32 | } |
33 | |
34 | .x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc { |
35 | background-image:url(../images/gray/grid/sort-hd.gif); |
36 | border-color: #d0d0d0; |
37 | } |
Note: See TracBrowser
for help on using the repository browser.