Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / examples / ux / gridfilters / css / RangeMenu.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 /**
8  * RangeMenu Styles
9  **/
10 .ux-rangemenu-gt {
11         background-image: url(../images/greater_than.png) !important;
12 }
13
14 .ux-rangemenu-lt {
15         background-image: url(../images/less_than.png) !important;
16 }
17
18 .ux-rangemenu-eq {
19         background-image: url(../images/equals.png) !important;
20 }