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").css('background', ' | + | $(".resaltar").css('background', 'red') |
+ | }, function(){ | ||
+ | $(".resaltar").css('background', 'grey') | ||
+ | }); | ||
+ | |||
+ | $(".mw-collapsible-toggle").hover(function(){ | ||
+ | $(".resaltar").css('background', 'red') | ||
}, function(){ | }, function(){ | ||
$(".resaltar").css('background', 'grey') | $(".resaltar").css('background', 'grey') |
Revision as of 12:24, 18 March 2021