如何使用css更改kendo ui datepicker的背景颜色 [英] How change the background colour of the kendo ui datepicker using css

查看:20
本文介绍了如何使用css更改kendo ui datepicker的背景颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能的重复:
Kendo ui 选择器 css 问题

我想在kendo ui日期选择器中更改选中状态的背景颜色.我已经写了像

I want to change the background colour of the selected state in kendo ui date picker. I have written the code like

    k.datepicker .k-state-selected
    {
         background-color: blue;
    }

但颜色没有改变.我该怎么做

but the colour is not changing. How can i do that

问候,

sri

推荐答案

使用:

.k-calendar .k-state-selected { background: blue; }

代替

这篇关于如何使用css更改kendo ui datepicker的背景颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆