Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 556: | Line 556: | ||
function resaltarSection() { | function resaltarSection() { | ||
$(".mw-collapsible-text").hover(function() { | $(".mw-collapsible-text").hover(function() { | ||
− | $(this).parent().parent().children(".resaltar").first().css({'cssText':'background: | + | $(this).parent().parent().children(".resaltar").first().css({'cssText':'background: grey !important'}) |
// $(".resaltar").first().css({'cssText':'background: red !important'}) | // $(".resaltar").first().css({'cssText':'background: red !important'}) | ||
}, function(){ | }, function(){ | ||
Line 562: | Line 562: | ||
}); | }); | ||
$(".mw-collapsible-toggle").hover(function() { | $(".mw-collapsible-toggle").hover(function() { | ||
− | $(this).parent().parent().children(".resaltar").first().css({'cssText':'background: | + | $(this).parent().parent().children(".resaltar").first().css({'cssText':'background: grey !important'}) |
// $(".resaltar").first().css({'cssText':'background: red !important'}) | // $(".resaltar").first().css({'cssText':'background: red !important'}) | ||
}, function(){ | }, function(){ |
Revision as of 17:43, 18 March 2021