Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 555: | Line 555: | ||
$(".mw-collapsible-text").hover(function(){ | $(".mw-collapsible-text").hover(function(){ | ||
− | $(".resaltar" | + | $(".resaltar").css('background', 'orange') |
}, function(){ | }, function(){ | ||
− | $( | + | $(".resaltar").css('background', 'grey') |
}); | }); | ||
Revision as of 12:18, 18 March 2021