Difference between revisions of "Template:Sidebar"

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

Revision as of 16:46, 18 March 2021