Difference between revisions of "Template:Sidebar"

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

Revision as of 22:22, 18 March 2021