Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 552: Line 552:
 
                 $(".fa-tools").css('font-size', '17px')
 
                 $(".fa-tools").css('font-size', '17px')
 
             }
 
             }
 +
        });
 +
 +
        $(".mw-collapsible-text").hover(function(){
 +
            $(this+" .resaltar").first().css('background', 'orange')
 +
            }, function(){
 +
            $(this+" .resaltar").first().css('background', 'grey')
 
         });
 
         });
  

Revision as of 13:06, 18 March 2021