Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 158: Line 158:
 
         }
 
         }
 
         #menuToggle .mw-collapsible-toggle:hover {
 
         #menuToggle .mw-collapsible-toggle:hover {
             color: red !important;
+
             color: red;
 
         }
 
         }
 
         #menuToggle .button-top {
 
         #menuToggle .button-top {
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-toggle").css('color','green')
 +
                $(this).parent().children(".mw-collapsible-toggle").children(".mw-collapsible-text").css('color', 'red')
 
                 // $(".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-toggle").css('color','reset')
 +
                $(this).parent().children(".mw-collapsible-toggle").children(".mw-collapsible-text").css('color', 'reset')
 
             });
 
             });
 
         }
 
         }

Revision as of 22:39, 18 March 2021