After updating to the latest version of Kendo UI for jQuery we noticed that the button disabled style appears to be broken.
We were able to reproduce the issue using the Dojo.
The steps to reproduce are very simple.
<! Code to put in between tags >
<div id="view">
<input type="text" data-bind="value: name, disabled: isNameDisabled" />.k-button[disabled], .k-state-disabled .k-button, .k-state-disabled .k-button:hover {
color
:
#c3c3c3
;
border-color
:
#c5c5c5
;
background-color
:
#e9e9e9
;
background-image
:
url
(textures/highlight.png);
background-image
:
none
,linear-gradient(to
bottom
,rgba(
255
,
255
,
255
,.
6
)
0
,rgba(
255
,
255
,
255
,
0
)
100%
);
}
.k-button:focus, .k-button:focus:hover, .k-state-disabled .k-button.k-state-focused {
border-color
:
#c5c5c5
;
box-shadow:
inset
0
0
3px
1px
#b6b6b6
;
}