bmya/odoo-bmya-cl

View on GitHub
l10n_cl_pos_credit_card_voucher/static/src/css/pos_cc_voucher.css

Summary

Maintainability
Test Coverage

Standard property 'box-sizing' should come after vendor-prefixed property '-moz-box-sizing'.
Open

    -moz-box-sizing: border-box;

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0px 2px rgba(143, 143, 143, 0.3) inset;

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0px 2px rgba(219, 219, 219, 0.3) inset;

Rule doesn't have all its properties in alphabetical order.
Open

.pos .paymentlineCCV-input{

Rule doesn't have all its properties in alphabetical order.
Open

.pos .paymentlineCCV-lable{

Outlines should only be modified using :focus.
Open

.pos .paymentlineCCV-input{

Rule doesn't have all its properties in alphabetical order.
Open

.pos .paymentlineCCV-input:focus{

There are no issues that match your filters.

Category
Status