Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 569: Line 569:
 
             $(".resaltar").hover(function() {
 
             $(".resaltar").hover(function() {
 
                 $(this).parent().children(".mw-collapsible-toggle").css('color','red')
 
                 $(this).parent().children(".mw-collapsible-toggle").css('color','red')
                 $(this).parent().children(".mw-collapsible-toggle").children(".mw-collapsible-text").css('color', 'red')
+
                 $(this).parent().children(".mw-collapsible-toggle").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(){

Revision as of 22:46, 18 March 2021