Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    changing menu header background color

    I am trying to change the menu header background but with no luck . I have attached the image of the menu where i highlighted in red the area of the menu that i want to change its background. Also you can find the menu in the showcase here http://www.smartclient.com/smartgwt/...ory_appearance.

    I am using smartGWT version 6.0

    this is how my code looks like :

    Menu menu = new Menu();

    menu.setShowShadow(true);
    menu.setShadowDepth(10);

    Thank you in advance.

    #2
    I could not do it via Java i found how to do it via CSS in ithe file sking_style.css

    you can change the following code of the css style
    .menuButtonPendingSelectedDisabled { here where to change the style}

    enjoy!

    Comment

    Working...
    X