This is a migrated thread and some comments may be shown as answers.

Boostrap Theme - change blue halo

1 Answer 110 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 16 Mar 2017, 09:09 PM

I'm using the bootstrap theme, although I am not using Bootstrap itself.  My form fields and buttons, such as on the Kendo menu and panel bar, when selected have a blue glowing halo around it.  I was able to modify it for the inputs with 

input:focus
{
        outline: thin dotted;
        /*outline: 5px auto -webkit-focus-ring-color;*/
        outline: 2px auto #fe9827;
        outline-offset: -2px;
}

 

but this doesn't alter the color (which is what I really want) for the Kendo menu and panelbar.  How can I accomplish that please?

1 Answer, 1 is accepted

Sort by
0
Orlin
Telerik team
answered on 20 Mar 2017, 08:10 AM
Extension settings

Hello Joe,

To remove the blue box shadow of the focused elements in the Bootstrap theme, customize the k-state-focused class that applies the blue shadow.

Have a look at the following dojo for an example: http://dojo.telerik.com/ihUTaY

I hope this helps.

 

Regards,
Orlin
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Joe
Top achievements
Rank 1
Answers by
Orlin
Telerik team
Share this question
or