Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 552: | Line 552: | ||
$(".fa-tools").css('font-size', '17px') | $(".fa-tools").css('font-size', '17px') | ||
} | } | ||
+ | }); | ||
+ | |||
+ | $(".mw-collapsible-text").hover(function(){ | ||
+ | $(this+" .resaltar").first().css('background', 'orange') | ||
+ | }, function(){ | ||
+ | $(this+" .resaltar").first().css('background', 'grey') | ||
}); | }); | ||
Revision as of 12:06, 18 March 2021