Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Toolbar > Firefox toolbar text incomplete
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Firefox toolbar text incomplete

Feed from this thread
  • Javier Tibamoza avatar

    Posted on Dec 21, 2009 (permalink)

    Hello, I have a problem in Firefox version (3.5.6) when you disable a button in the radtoolbar the text leaves me incomplete. I am using the skin: "webblue.

    Thanks for your help.

  • Javier Tibamoza avatar

    Posted on Dec 22, 2009 (permalink)

    The solution is in the archive .Css Skins: "WebBlue" the following code::

    .webblue_radbutton_text_disabled span
    {
        height: 24px !important;
        color: #808080;
        cursor: default;
        display: inline-block;
    }

    see you later ¡¡¡¡

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Toolbar > Firefox toolbar text incomplete