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(){ | ||
− | $(this | + | $(this).children(".resaltar").first().css({'cssText':'background: red !important'}) |
}, function(){ | }, function(){ | ||
− | + | $(this).children(".resaltar").first().css({'cssText':'background: grey !important'}) | |
}); | }); | ||
Revision as of 15:55, 18 March 2021