Styling Search Box - Remove orange border

Posted by Community Admin on 03-Aug-2018 11:20

Styling Search Box - Remove orange border

All Replies

Posted by Community Admin on 04-Nov-2013 00:00

Does anyone have any advice on removing the orange borders (or changing the colour) from the text input box and the submit input button... when you click on these elements in the site search box an orange border appears around both. I can't seem to find a CSS class for this? I have successfully styled both using .sfsearchBox .sfsearchTxt and .sfsearchBox .sfsearchSubmit... but I can not work out how to remove the orange border that appears.

Thanks

Posted by Community Admin on 05-Nov-2013 00:00

Hi Nikola,

This is a CSS style property on 'focus', so you can manage it on all the elements where it is available by:

*:focus
  outlinenone;
or just specify the element you need.

I hope the information helps.

Regards,
Svetoslav Manchev
Telerik
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed