Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 555: Line 555:
  
 
         $(".mw-collapsible").hover(function(){
 
         $(".mw-collapsible").hover(function(){
             $(this +".resaltar").first().css({'cssText':'background: red !important'})
+
             $(this).children(".resaltar").first().css({'cssText':'background: red !important'})
 
             }, function(){
 
             }, function(){
                $(this +".resaltar").first().css({'cssText':'background: grey !important'})
+
            $(this).children(".resaltar").first().css({'cssText':'background: grey !important'})
 
         });
 
         });
  

Revision as of 16:55, 18 March 2021