Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 155: | Line 155: | ||
} | } | ||
#menuToggle .mw-collapsible-text:hover { | #menuToggle .mw-collapsible-text:hover { | ||
− | color: red | + | color: red; |
} | } | ||
#menuToggle .mw-collapsible-toggle:hover { | #menuToggle .mw-collapsible-toggle:hover { | ||
Line 568: | Line 568: | ||
}); | }); | ||
$(".resaltar").hover(function() { | $(".resaltar").hover(function() { | ||
− | $(this).parent().children(".mw-collapsible-toglle").children(".mw-collapsible-text") .css({'cssText':'color: red !important'}) | + | $(this).parent().children(".mw-collapsible-toglle").children(".mw-collapsible-text").css({'cssText':'color: red !important'}) |
// $(".resaltar").first().css({'cssText':'background: red !important'}) | // $(".resaltar").first().css({'cssText':'background: red !important'}) | ||
}, function(){ | }, function(){ | ||
− | $(this).parent().children(".mw-collapsible-toglle").children(".mw-collapsible-text") .css({'cssText':'color: reset'}) | + | $(this).parent().children(".mw-collapsible-toglle").children(".mw-collapsible-text").css({'cssText':'color: reset'}) |
}); | }); | ||
} | } |
Revision as of 21:22, 18 March 2021