MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 485: Line 485:
         var bgc = $(this).css('background-color');
         var bgc = $(this).css('background-color');
         $(this).css('background-image', 'linear-gradient(to bottom, #eee, ' + bgc + ')');
         $(this).css('background-image', 'linear-gradient(to bottom, #eee, ' + bgc + ')');
    })
});
});