►HowTo◄ CSS to remove those new [X] boxes in Filters

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Jaymer
Posts: 2454
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

►HowTo◄ CSS to remove those new [X] boxes in Filters

Post by Jaymer »

EDIT: August 2019
Still applicable to v8.1, 8.2, 8.3


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

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.
--> jaymerTip
Last edited by Jaymer on Sun Nov 17, 2019 9:51 pm, edited 3 times in total.
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: ►HowTo◄ CSS to remove those new [X] boxes in 8.1 Filters

Post by johntalbott »

Nice. Thanks!
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
customaware
Posts: 2405
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: ►HowTo◄ CSS to remove those new [X] boxes in 8.1 Filters

Post by customaware »

Nice one Jaymer

Will add it to T&T on awareimdevelopers
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
rbross
Posts: 441
Joined: Wed Nov 19, 2014 4:13 am
Location: Coventry, Connecticut USA

Re: ►HowTo◄ CSS to remove those new [X] boxes in 8.1 Filters

Post by rbross »

Jaymer, if you remove the X how do you then clear the filter?
Roger Ross
AwareIM 8.7 (build 3025) ~ MS-SQL ~ Windows 10 ~
AwareIM 8.5 (build 2828) ~ MS-SQL ~ Windows 10 ~
customaware
Posts: 2405
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: ►HowTo◄ CSS to remove those new [X] boxes in 8.1 Filters

Post by customaware »

Good point Roger.

I had not tried it. What I really wanted was to leave the X there but recover the space to the right where the dropdown arrow would be.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
Post Reply