Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / grid / multiple-sorting.css
1 .sort-desc {
2     background-image: url("../../resources/themes/images/default/grid/sort_desc.gif") !important;
3     background-position: 4px 7px !important;
4 }
5
6 .sort-asc {
7     background-image: url("../../resources/themes/images/default/grid/sort_asc.gif") !important;
8     background-position: 4px 7px !important;
9 }