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