You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
325 B
CSS
20 lines
325 B
CSS
2 years ago
|
/*
|
||
|
* RangeMenu Styles
|
||
|
*/
|
||
|
|
||
|
.ux-rangemenu-icon {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|