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(){ | ||
| − | $ | + | $(".resaltar").first().css({'cssText':'background: red !important'}) |
}, function(){ | }, function(){ | ||
| − | $ | + | $(".resaltar").first().css({'cssText':'background: reset'}) |
}); | }); | ||
| + | |||
| + | // $(".mw-collapsible").hover(function(){ | ||
| + | // $(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:13, 18 March 2021