Hi,
I notice that some of the styling has changed for the Blue Opal theme in the latest release (2019 R1), notably the background colour of the selected page on the grid and the already selected items on a Drop Down List have gone from dark blue to a bright blue (see attached screenshots from demos.telerik.com).
Is this by design or by mistake?
Particularly on the drop down list, this change makes it more difficult to identify the already selected items.
Can this go back to what it used to be - or is there a way of manually changing this setting via the site.css?
Thanks
Kevin
.k-list>.k-state-selected {
background-color
:
#13688c
;
border-color
:
#146b90
!important
;
box-shadow:
inset
0
0
3px
1px
#0e4a64
!important
;
}
.k-list>.k-state-hover {
background-color
:
#7bd2f6
;
}
.k-pager-numbers .k-state-selected {
color
:
#fff
;
background-color
:
#13688c
;
border-color
:
#146b90
;
}