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

Button click style - Bootstrap template

2 Answers 146 Views
Button
This is a migrated thread and some comments may be shown as answers.
Erwin
Top achievements
Rank 1
Erwin asked on 01 Dec 2014, 12:30 PM
When clicking a button using the bootstrap style, the background turns blue, while the inside of the border is some kind of light blue. Bootstrap itself doesn't have this blue background, but their buttons have the same background color as when hovering.

I've attached an image with examples. The left button is a Kendo Button, the right button is a bootstrap button.

Can you tell me how I can prevent this behavior?

2 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 03 Dec 2014, 09:37 AM
Hi Erwin,

Thank you for pointed our attention to this styling glitch - we have managed to address it and a fix will be included in our next internal build. Meanwhile you can use the following CSS rule: 
.k-button:active:hover,
.k-button.k-state-active:hover {
    color: #333;
    border-color: #adadad;
    background-color: #ebebeb;
}

As a small sign of gratitude I updated your points.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Erwin
Top achievements
Rank 1
answered on 03 Dec 2014, 09:47 AM
Excellent! Thank you for the fast reply and (even better) temporary solution!
Tags
Button
Asked by
Erwin
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Erwin
Top achievements
Rank 1
Share this question
or