Difference between revisions of "Template:Sidebar"

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

Revision as of 18:44, 18 March 2021