Have any questions? info@awareindevelopers.com; support@customaware.com

CSS to remove those new [X] boxes in Query Filters

Credit to Jaymer for this one

1) this hides the extra [x]
2) widens the Filter box to fill that area

If you have custom CSS, add this.
It will override the defaults coming from aware.css for ALL themes.

    AwareIM Version: v8

    Dependencies: 

    Where: 

    Script: 

    .k-filtercell>span>.k-button {
    display: none;
    }
    .k-filtercell>.k-operator-hidden {
    padding-right: 0em;
    }

    Posted in