Hover on Navigation

p4r4

Member
Hi,

just a simple question.

how i can change the hover backgroundcolor on the mainmenu ? i dont find any settings in the styleeditor.

hover.webp
 
i think the thread cant help me, my popup background is ok.

popup_background.webp


i just want to edit the "normal" hover background in this navigation. but i cant find these settings in the styleditor. The Hovereffect is first white and on Popup Menus will there be blue, thats ok, but the white sucks a little. [:

hover-png.12063



hope anyone can help me with this problem. and thanks for the fast answer Brogan. :)
 
Add this to EXTRA.css

Code:
/* Change navigation tab hover colour */
.navTabs .navTab.PopupClosed:hover {
background-color: @secondaryDark;
}

Change the @secondaryDark to suit.
 
Top Bottom