Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / grid / multiple-sorting.css
diff --git a/examples/grid/multiple-sorting.css b/examples/grid/multiple-sorting.css
new file mode 100644 (file)
index 0000000..d8bec8f
--- /dev/null
@@ -0,0 +1,15 @@
+/*!
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.sort-desc {
+    background-image: url("../../resources/images/default/grid/sort_desc.gif") !important;
+    background-position: 4px 7px !important;
+}
+
+.sort-asc {
+    background-image: url("../../resources/images/default/grid/sort_asc.gif") !important;
+    background-position: 4px 7px !important;
+}
\ No newline at end of file