Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / resources / css / visual / list-view.css
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 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/default/grid/grid3-hrow.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:#dfe8f6;
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/default/grid/sort-hd.gif);
36     border-color: #99bbe8;
37 }