Completed
Last Updated: 13 Aug 2021 12:13 by ADMIN
Release Q2 2015 SP1
ADMIN
Danail Vasilev
Created on: 22 Apr 2014 07:11
Category: Button
Type: Bug Report
0
FIX the appearance of RadButton with Metro skin when focused
For the time being the following workaround can be used:

CSS:

    <style>
     .RadButton.RadButton_Metro.rbSkinnedButton:focus input.rbDecorated {
            background-color: #25A0DA !important;
        }
    </style>

        <telerik:RadSkinManager ID="RadSkinManager1" runat="server" Skin="Metro"></telerik:RadSkinManager>
        <telerik:RadTextBox ID="RadTextBox1" runat="server"></telerik:RadTextBox>
        <telerik:RadButton ID="RadButton1" runat="server" Text="click" />
1 comment
Gaurab
Posted on: 29 Apr 2015 14:38
This doesn't work unless your button is set to the default height.  If the RadButton Height="30px" for instance, this doesn't work.