Reputation: 727
I'm restyling the jQuery UI Slider widget by overriding the CSS classes provided by jQuery UI. I cant seem to get the blue border that shows up around the handle when I click on the handle to disappear.
It looks like so:
Any suggestions on how I could remove that with css?
Upvotes: 4
Views: 3010
Reputation: 257
Override it using !important after the attribute value in css.
Upvotes: 0
Reputation: 2973
That blue border is chrome specific, firefox doesn't show it. Chrome adds the border to links. Because the button is a link you are seeing the border.
How to remove the border highlight on an input text element
Upvotes: 4