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