Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / examples / grid / multiple-sorting.css
1 /*!
2  * Ext JS Library 3.2.1
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .sort-desc {
8     background-image: url("../../resources/images/default/grid/sort_desc.gif") !important;
9     background-position: 4px 7px !important;
10 }
11
12 .sort-asc {
13     background-image: url("../../resources/images/default/grid/sort_asc.gif") !important;
14     background-position: 4px 7px !important;
15 }