Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / examples / ux / gridfilters / css / GridFilters.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 /**
8  * GridFilters Styles
9  **/
10 /*
11 .x-grid3-hd-row .ux-filtered-column {
12         border-left:  1px solid #C7E3B4;
13         border-right: 1px solid #C7E3B4;
14 }
15
16 .x-grid3-hd-row .ux-filtered-column .x-grid3-hd-inner {
17         background-image: url(../images/header_bg.gif);
18 }
19
20 .ux-filtered-column .x-grid3-hd-btn {
21         background-image: url(../images/hd-btn.gif);
22 }
23 */
24 .x-grid3-hd-row td.ux-filtered-column {   
25     font-style: italic;  
26     font-weight: bold;
27 }               
28
29 .ux-filtered-column.sort-asc .x-grid3-sort-icon {
30         background-image: url(../images/sort_filtered_asc.gif) !important;
31 }
32
33 .ux-filtered-column.sort-desc .x-grid3-sort-icon {
34         background-image: url(../images/sort_filtered_desc.gif) !important;
35 }
36
37 .ux-gridfilter-text-icon {
38         background-image: url(../images/find.png) !important;
39 }
40
41 /* Temporary Patch for Bug ??? */
42 .x-menu-list-item-indent .x-menu-item-icon {
43         position: relative;
44     top: 3px;
45     left: 3px;
46         margin-right: 10px;
47 }
48 li.x-menu-list-item-indent {
49         padding-left:0px;
50 }
51 li.x-menu-list-item div {
52         display: block;
53 }
54