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).children(".resaltar").first().css({'cssText':'background: red !important'})
+
             $(".resaltar").first().css({'cssText':'background: red !important'})
 
             }, function(){
 
             }, function(){
             $(this).children(".resaltar").first().css({'cssText':'background: reset'})
+
             $(".resaltar").first().css({'cssText':'background: reset'})
 
         });
 
         });
 +
 +
        // $(".mw-collapsible").hover(function(){
 +
        //    $(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:13, 18 March 2021