Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / resources / css / visual / pivotgrid.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-pivotgrid .x-grid3-header-offset table td {
8     background: url(../images/default/grid/grid3-hrow.gif) repeat-x 50% 100%;
9     border-left: 1px solid;
10     border-right: 1px solid;
11     border-left-color: #EEE;
12     border-right-color: #D0D0D0;
13 }
14
15 .x-pivotgrid .x-grid3-row-headers {
16     background-color: #f9f9f9;
17 }
18
19 .x-pivotgrid .x-grid3-row-headers table td {
20     background: #EEE url(../images/default/grid/grid3-rowheader.gif) repeat-x left top;
21     border-left: 1px solid;
22     border-right: 1px solid;
23     border-left-color: #EEE;
24     border-right-color: #D0D0D0;
25     border-bottom: 1px solid;
26     border-bottom-color: #D0D0D0;
27     height: 18px;
28 }