All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.extjs.ux.grid.css.RangeMenu.css Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
/*
 * 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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy