Completed
Last Updated: 26 May 2017 14:09 by ADMIN
ADMIN
Rumen
Created on: 06 Mar 2017 14:45
Category: Menu
Type: Bug Report
0
The selected menu item is gray instead of yellow when RadMenu has a Glow skin in Classic render mode
Go to http://demos.telerik.com/aspnet-ajax/menu/examples/functionality/rendermodes/defaultcs.aspx?Skin=Glow

Switch to RenderMode="Classic" and select some menu item. It will become gray colorized instead of yellow. The gradient should be removed.

Workaround:
Put the following style on the page with the menu control:
    <style>
        .rmLink.rmSelected { background-color: #db9810 !important; }
    </style>
0 comments