radare/radare2-webui

View on GitHub
www/t/css/style.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    z-index: 10000 !important;
Severity: Minor
Found in www/t/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    border:0px;
Severity: Minor
Found in www/t/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:0px;
Severity: Minor
Found in www/t/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:0px;
Severity: Minor
Found in www/t/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    top:0px;
Severity: Minor
Found in www/t/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    border: 0px;
Severity: Minor
Found in www/t/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:0px;
Severity: Minor
Found in www/t/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin:0px;
Severity: Minor
Found in www/t/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    top:0px;
Severity: Minor
Found in www/t/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    border:0px;
Severity: Minor
Found in www/t/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    border:0px;
Severity: Minor
Found in www/t/css/style.css by csslint

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

    background-color: rgba(0,0,0,0.3);
Severity: Minor
Found in www/t/css/style.css by csslint

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

    border-top:5px;
Severity: Minor
Found in www/t/css/style.css by csslint

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

    border: 1px solid black;
Severity: Minor
Found in www/t/css/style.css by csslint

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

    border: 1px solid black;
Severity: Minor
Found in www/t/css/style.css by csslint

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

    border: 1px solid black;
Severity: Minor
Found in www/t/css/style.css by csslint

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

    padding-top:3px;
Severity: Minor
Found in www/t/css/style.css by csslint

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

html, body {
Severity: Minor
Found in www/t/css/style.css by csslint

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

.frame_body {
Severity: Minor
Found in www/t/css/style.css by csslint

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

.frame_title {
Severity: Minor
Found in www/t/css/style.css by csslint

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

.canvas {
Severity: Minor
Found in www/t/css/style.css by csslint

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

p {
Severity: Minor
Found in www/t/css/style.css by csslint

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

.minibut {
Severity: Minor
Found in www/t/css/style.css by csslint

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

iframe {
Severity: Minor
Found in www/t/css/style.css by csslint

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

.modal {
Severity: Minor
Found in www/t/css/style.css by csslint

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

.modal_title {
Severity: Minor
Found in www/t/css/style.css by csslint

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

input {
Severity: Minor
Found in www/t/css/style.css by csslint

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

.frame {
Severity: Minor
Found in www/t/css/style.css by csslint

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

textarea {
Severity: Minor
Found in www/t/css/style.css by csslint

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

h2 {
Severity: Minor
Found in www/t/css/style.css by csslint

There are no issues that match your filters.

Category
Status