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

Remove yellow border in chrome.

1 Answer 147 Views
Input
This is a migrated thread and some comments may be shown as answers.
Katya
Top achievements
Rank 1
Katya asked on 16 Jul 2013, 09:05 AM
Hi

How can I remove the yellow border of radtextbox in chrome?

Thanks
Katya

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 16 Jul 2013, 10:01 AM
Hi Katya,

Please have a look into the following code I tried which works fine at my end.

ASPX:
<telerik:RadTextBox ID="RadTextBox1" runat="server" CssClass="textboxstyle">
</telerik:RadTextBox>

CSS:
<style type="text/css">
    .textboxstyle
    {
        outline: none;
    }
</style>

Thanks,
Princy.
Tags
Input
Asked by
Katya
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or