Posted - 01/23/2018 : 16:04:06
The Google Chrome "[url="https://meiert.com/en/blog/user-agent-style-sheets/"]User Agent Stylesheet[/url]" is applying these styles to the "input" element by default:
[font=Courier New]input[type="hidden" i], input[type="image" i], input[type="file" i] { -webkit-appearance: initial; background-color: initial; [maroon]cursor: default;[/maroon] padding: initial; border: initial; }[/font=Courier New]
Simply add this CSS to activate the "Finger" cursor upon PayPal button hover:
[font=Courier New]div.checkoutopts.coopt19 input {[maroon]cursor: pointer[/maroon]}[/font=Courier New]
Gary [img]https://itzap.com.au/pics/logo/itzap-website-design-works-mini-logo.png[/img]
|