Difference between revisions of "Template:Sidebar"

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

Revision as of 17:04, 18 March 2021