Jump to content

MediaWiki:Common.js: Difference between revisions

No edit summary
No edit summary
Line 124: Line 124:
backToTop.hover(
backToTop.hover(
     function() { $(this).css({ 'transform': 'scale(1.1)', 'background-color': '#BFFF00' }); },
     function() { $(this).css({ 'transform': 'scale(1.1)', 'background-color': '#BFFF00' }); },
     function() { $(this).css({ 'transform': 'scale(1.0)', 'background-color': '#ffffff' }); }
     function() { $(this).css({ 'transform': 'scale(1.0)', 'background-color': '#A0D500' }); }
);
);