Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 554: | Line 554: | ||
}); | }); | ||
− | $(".mw-collapsible-text").hover(function(){ | + | function aver() { |
− | + | $(".mw-collapsible-text").hover(function(){ | |
− | + | $(".resaltar").first().css({'cssText':'background: red !important'}) | |
− | + | }, function(){ | |
− | + | $(".resaltar").first().css({'cssText':'background: reset'}) | |
+ | }); | ||
+ | } | ||
// $(".mw-collapsible").hover(function(){ | // $(".mw-collapsible").hover(function(){ | ||
Line 668: | Line 670: | ||
collapseSome() | collapseSome() | ||
removeCSS() | removeCSS() | ||
+ | aver() | ||
// moveSidebarToBody() | // moveSidebarToBody() | ||
}); | }); | ||
Line 673: | Line 676: | ||
collapseSome() | collapseSome() | ||
removeCSS() | removeCSS() | ||
+ | aver() | ||
// moveSidebarToBody() | // moveSidebarToBody() | ||
}); | }); |
Revision as of 16:24, 18 March 2021