MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 475: Line 475:
$(function(){
$(function(){
     $('table > tbody > tr[style~=rainbow]').css({
     $('table > tbody > tr[style~=rainbow]').css({
         $(this).css('background-color', 'orange');
         'backgroundColor': 'orange'
     });
     });
     $('table > tbody > tr > th').each(function(){
     $('table > tbody > tr > th').each(function(){