btcpayserver/BTCPayServer/wwwroot/paybutton
Umar Bolatov 8fae38deca
Set explicit cursor style property on pay button with custom text (#4107)
We need to set "cursor: pointer;" explicitly on pay buttons with custom text because the <button> HTML tag default pointer is not a cursor. This is not an issue for the default button because it uses the <input> tag which has "cursor: pointer;" by default in browsers.

Close #4104
2022-09-09 14:28:03 +09:00
..
paybutton.js Set explicit cursor style property on pay button with custom text (#4107) 2022-09-09 14:28:03 +09:00