This is a migrated thread and some comments may be shown as answers.

Change Color racRemoveToken

2 Answers 50 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Ragil
Top achievements
Rank 1
Ragil asked on 20 Mar 2020, 07:12 AM

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

2 Answers, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 24 Mar 2020, 09:39 AM

Hello Ragil,

The Telerik controls in Lightweight render mode use font icons, while the old Classic render mode uses background images. 

Generally, when the Internet Explorer is in Compatibility mode, it renders as IE7 thus falling back the render mode to Classic.

Please ensure the Compatibility mode of Internet Explorer is disabled as per the following articles and the red color should be applied properly there also.

Regards,
Peter Milchev
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Ragil
Top achievements
Rank 1
answered on 25 Mar 2020, 11:04 AM

Hello Peter,

 

Thank for the answer, it's solved my problem after change compability in IE.

 

Regard,

 

Ragil

Tags
AutoCompleteBox
Asked by
Ragil
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Ragil
Top achievements
Rank 1
Share this question
or