osbzr/gooderp_addons

View on GitHub
backend_theme/static/src/less/left_button.css

Summary

Maintainability
Test Coverage

Using height with padding-top can sometimes make elements larger than you expect.
Open

        padding-top: 30px;

Duplicate property 'display' found.
Open

        display: block;

Using height with border can sometimes make elements larger than you expect.
Open

        border:1px solid #cccccc;

float can't be used with display: table-cell.
Open

        float: left;

Using height with padding can sometimes make elements larger than you expect.
Open

        padding: 6px 20px 4px 10px;

Using width with border can sometimes make elements larger than you expect.
Open

        border:1px solid #cccccc;

Fallback background (hex or RGB) should precede RGBA background.
Open

    background: rgba(255,0,0,0.4);

Missing standard property 'box-shadow' to go along with '-webkit-box-shadow'.
Open

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);

Missing standard property 'box-shadow' to go along with '-webkit-box-shadow'.
Open

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

Fallback background (hex or RGB) should precede RGBA background.
Open

    background: rgba(0,0,0,0.1);

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

    .big_show {

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

    .o_sub_menu_logo {

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

::-webkit-scrollbar-track {

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

::-webkit-scrollbar-thumb {

There are no issues that match your filters.

Category
Status