Difference between revisions of "Template:Sidebar"

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

Revision as of 22:18, 18 March 2021