diff --git a/src/main/ui/static/templates/hf/css/gateway_payment.css b/src/main/ui/static/templates/hf/css/gateway_payment.css index 0a648b408..f5799ede6 100644 --- a/src/main/ui/static/templates/hf/css/gateway_payment.css +++ b/src/main/ui/static/templates/hf/css/gateway_payment.css @@ -84,7 +84,7 @@ input:-ms-input-placeholder { /* Internet Explorer 10-11 */ .bg-pc { width: 100%; height: 100%; - background: url("../assets/bg_pc.png") no-repeat center transparent; + background: url("../img/bg_pc.png") no-repeat center transparent; position: absolute; top: 0; left: 0; @@ -139,7 +139,7 @@ select { appearance:none; -moz-appearance:none; -webkit-appearance:none; - background: url("../assets/down.png") no-repeat scroll right center transparent; + background: url("../img/down.png") no-repeat scroll right center transparent; } .select-placeholder {