MediaWiki:Personator Consumer - TEST.js: Difference between revisions
Jump to navigation
Jump to search
Created page with "$(".PC-Button p").css({"cursor":"pointer"});//Cursor change $(".PC-Button p").hover(function(){$(this).parent().css({"background-color":"#ffffff"});},function(){$(this).parent..." |
No edit summary |
||
Line 1: | Line 1: | ||
$(".PC-Button p").css({"cursor":"pointer"});//Cursor change | $(".PC-Button p").css({"cursor":"pointer"});//Cursor change | ||
$(".PC-Button p").hover(function(){$(this).parent().css({"background-color":"#ffffff"});},function(){$(this).parent().css({"background-color":"#f2f2f2"});});//Hover change | $(".PC-Button p").hover(function(){$(this).parent().css({"background-color":"#ffffff"});},function(){$(this).parent().css({"background-color":"#f2f2f2"});});//Hover change | ||
$(".PC-Button").css({"background-color":"#111"}) |
Revision as of 00:23, 15 June 2022
$(".PC-Button p").css({"cursor":"pointer"});//Cursor change $(".PC-Button p").hover(function(){$(this).parent().css({"background-color":"#ffffff"});},function(){$(this).parent().css({"background-color":"#f2f2f2"});});//Hover change $(".PC-Button").css({"background-color":"#111"})