Kendo ui picker css issue

前端 未结 2 1875
耶瑟儿~
耶瑟儿~ 2021-01-23 09:09

I am using kendo ui dropdown list and some other pickers. I want to style the selected item background color.

I had tried .k-dropdown .k-state-selected{ background-color

2条回答
  •  没有蜡笔的小新
    2021-01-23 09:31

    KendoUI defines background not just as a background-color: XYZ; but using background-image: none, -webkit-linear-gradient(top, #ffc0cb 0px, #ffc0cb 100%); too So, start overwriting this definition saying background-image: none;

提交回复
热议问题