Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / resources / css / theme-gray / list-view.css
1 /*!
2  * Ext JS Library 3.2.0
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.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 }