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

Text underline

1 Answer 153 Views
Button
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 05 Sep 2013, 03:10 AM
Hi telerik
On mouse hovering a radbutton, is it possible to provide an underline to the button text?

Dan

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Sep 2013, 04:13 AM
Hi Dan,

Please have a look at the following CSS.

ASPX:
<telerik:RadButton ID="RadButton1" runat="server" Text="Click">
</telerik:RadButton>

CSS:
<style type="text/css">
    .rbSkinnedButton:hover .rbDecorated
    {
        text-decoration: underline !important;
    }
</style>

Thanks,
Shinu.
Tags
Button
Asked by
Dan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or