Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 555: | Line 555: | ||
$(".mw-collapsible").hover(function(){ | $(".mw-collapsible").hover(function(){ | ||
− | $(".resaltar").first().css({'cssText':'background: red !important'}) | + | $(this +".resaltar").first().css({'cssText':'background: red !important'}) |
}, function(){ | }, function(){ | ||
− | + | $(this +".resaltar").first().css({'cssText':'background: grey !important'}) | |
}); | }); | ||
Revision as of 15:46, 18 March 2021