odoo/addons/website_payment/static/src/css/website_payment.css

25 lines
603 B
CSS

@charset "UTF-8";
input#cc_number {
background-image: url('/website_payment/static/src/img/grey-dots.png');
background-repeat: no-repeat;
background-position: 14px 14px;
}
div.card_placeholder {
background-image: url('/website_payment/static/src/img/placeholder.png');
background-repeat: no-repeat;
width: 32px;
height: 20px;
}
/*div.visa {
background-image: url('/website_payment/static/src/img/placeholder.png');
background-repeat: no-repeat;
background-position: 14px 14px;
}*/
input#cc_number:active, input#cc_number:focus {
background-image: none;
}