Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / resources / css / theme-access / list-view.css
1 /*!
2  * Ext JS Library 3.2.2
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:#393d4e;
9         background-image:url(../images/access/toolbar/bg.gif);
10         background-position:0 top;
11 }
12
13 .x-list-header-inner div em {
14     border-left-color:#667;
15     font:normal 14px arial, tahoma, helvetica, sans-serif;
16     line-height: 14px;
17 }
18
19 .x-list-body dt em {
20     font:normal 14px arial, tahoma, helvetica, sans-serif;
21 }
22
23 .x-list-over {
24     background-color:#7E5530;
25 }
26
27 .x-list-selected {
28     background-color:#E5872C;
29 }
30
31 .x-list-resizer {
32     border-left-color:#555;
33     border-right-color:#555;
34 }
35
36 .x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
37     background-image:url(../images/access/grid/sort-hd.gif);
38     border-color: #3e4e6c;
39 }