When changing the accent color of a theme the color of the date picker does not change.
https://demos.telerik.com/kendo-ui/themebuilder/
How does one change the color of the Date Picker?
I've tried setting the colors manually through css with the attached code but some lines stay red.
.k-calendar .k-header{ background-color: #448dcb !important;}.k-state-focused { border-color: #448dcb !important;} .k-state-active { background-color: #448dcb !important; border-color: #448dcb !important;} .k-calendar .k-input .k-picker-wrap .k-state-focused { border-color: #448dcb !important;}