Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 565: | Line 565: | ||
// $(this).parent().parent().children(".resaltar").first().css({'cssText':'background: reset'}) | // $(this).parent().parent().children(".resaltar").first().css({'cssText':'background: reset'}) | ||
// }); | // }); | ||
− | $(".mw-collapsible-toggle").hover(function() { | + | $("#menuToggle .mw-collapsible-toggle").hover(function() { |
$(this).parent().children(".resaltar").first().css({'cssText':'background: #bdbdca !important'}) | $(this).parent().children(".resaltar").first().css({'cssText':'background: #bdbdca !important'}) | ||
// $(".resaltar").first().css({'cssText':'background: red !important'}) | // $(".resaltar").first().css({'cssText':'background: red !important'}) | ||
Line 571: | Line 571: | ||
$(this).parent().children(".resaltar").first().css({'cssText':'background: reset'}) | $(this).parent().children(".resaltar").first().css({'cssText':'background: reset'}) | ||
}); | }); | ||
− | $(".resaltar").hover(function() { | + | $("#menuToggle .resaltar").hover(function() { |
$(this).parent().children(".mw-collapsible-toggle").css({'cssText':'color: red !important; font-weight:normal'}) | $(this).parent().children(".mw-collapsible-toggle").css({'cssText':'color: red !important; font-weight:normal'}) | ||
$(this).parent().children(".mw-collapsible-toggle").children(".mw-collapsible-text").css({'cssText':'color: red !important; font-weight:normal !important'}) | $(this).parent().children(".mw-collapsible-toggle").children(".mw-collapsible-text").css({'cssText':'color: red !important; font-weight:normal !important'}) |
Revision as of 17:06, 19 March 2021