Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 14: Line 14:
 
             margin-right: 12pt;
 
             margin-right: 12pt;
 
         }
 
         }
         .resaltar:hover {background: #d1d1de}
+
         .resaltar:hover {background: #bdbdca}
 
         .tocUl {
 
         .tocUl {
 
             overflow-y: scroll  !important;
 
             overflow-y: scroll  !important;
Line 562: Line 562:
 
             // });
 
             // });
 
             $(".mw-collapsible-toggle").hover(function() {
 
             $(".mw-collapsible-toggle").hover(function() {
                 $(this).parent().children(".resaltar").first().css({'cssText':'background: #d1d1de !important'})
+
                 $(this).parent().children(".resaltar").first().css({'cssText':'background: #bdbdca !important'})
 
                 // $(".resaltar").first().css({'cssText':'background: red !important'})
 
                 // $(".resaltar").first().css({'cssText':'background: red !important'})
 
                 }, function(){
 
                 }, function(){

Revision as of 22:09, 18 March 2021