Dear Admin,
is there any way to change color of racRemoveToken (x) on RadAutocomplete ? Currently, i'm using css to force styling of racRemoveToke, which is :
.RadAutoCompleteBox_Default .racToken {
border-color
:
white
;
background-color
:
white
;
background-image
:linear-gradient(
white
,
white
);
}
.RadAutoCompleteBox .racRemoveTokenLink {
color
:
red
;
}
it is working fine on Chrome, but when i'm opened in Internet Explorer, red color on racRemoveToken doesn't apply, file attached below.
Regard,
Ragil