1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| /*
| * RangeMenu Styles
| */
|
| .ux-rangemenu-icon {
| display: block;
| height: 16px;
| background: no-repeat 5px center;
| }
|
| .ux-rangemenu-gt {
| background-image: url(../images/greater_than.png) !important;
| }
|
| .ux-rangemenu-lt {
| background-image: url(../images/less_than.png) !important;
| }
|
| .ux-rangemenu-eq {
| background-image: url(../images/equals.png) !important;
| }
|
|