The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How can I make hovered/selected navbar tabs look just the same as the inactive ones? I.e.. no onhover effect or anything.
|
|
#2
|
||||
|
||||
|
Cant do it with stylevars.
Goto vbulletin-chrome.css template Find: .navtabs li a.navtab:hover Either remove this line background:{vb:stylevar navbar_tab_selected_background} 0 -{vb:stylevar navbar_tab_selected_top_width}px; or Disable /* background:{vb:stylevar navbar_tab_selected_background} 0 -{vb:stylevar navbar_tab_selected_top_width}px; */ |
![]() |
|
|