radare/radare2-webui

View on GitHub
www/enyo/css/index.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  color: black !important;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Use of !important
Open

  margin:10px !important;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Using width with padding-left can sometimes make elements larger than you expect.
Open

  padding-left:10px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

margin can't be used with display: inline.
Open

  margin:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Unknown property 'spacing'.
Open

 spacing: 0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Unknown property 'spacing'.
Open

  spacing:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Unknown property 'editable'.
Open

  editable: false;
Severity: Minor
Found in www/enyo/css/index.css by csslint

TODO found
Open

/* TODO: :hover change mouse pointer */
Severity: Minor
Found in www/enyo/css/index.css by fixme

Values of 0 shouldn't have units specified.
Open

 spacing: 0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

  padding:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

 padding: 0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

The universal selector (*) is known to be slow.
Open

.onyx-sample-tools > * {
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

 border-spacing:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

 margin:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

The universal selector (*) is known to be slow.
Open

  .app-panels > * {
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

  border:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

  spacing:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

margin-top:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

 border: 0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

  top:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

The universal selector (*) is known to be slow.
Open

.app-panels > * {
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

  border:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

  padding:0px;
Severity: Minor
Found in www/enyo/css/index.css by csslint

The property -webkit-user-select is compatible with -moz-user-select and should be included as well.
Open

  -moz-user-select: text;
Severity: Minor
Found in www/enyo/css/index.css by csslint

The property -ms-user-select is compatible with -moz-user-select and should be included as well.
Open

  -moz-user-select: text;
Severity: Minor
Found in www/enyo/css/index.css by csslint

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

.app-panels > * {
Severity: Minor
Found in www/enyo/css/index.css by csslint

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

.colorbar {
Severity: Minor
Found in www/enyo/css/index.css by csslint

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

.topbox {
Severity: Minor
Found in www/enyo/css/index.css by csslint

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

.sourcecode {
Severity: Minor
Found in www/enyo/css/index.css by csslint

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

.rowline {
Severity: Minor
Found in www/enyo/css/index.css by csslint

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

  .app-panels > * {
Severity: Minor
Found in www/enyo/css/index.css by csslint

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

.top {
Severity: Minor
Found in www/enyo/css/index.css by csslint

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

.r2ui-input {
Severity: Minor
Found in www/enyo/css/index.css by csslint

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

.colorbar_item {
Severity: Minor
Found in www/enyo/css/index.css by csslint

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

.moreless {
Severity: Minor
Found in www/enyo/css/index.css by csslint

There are no issues that match your filters.

Category
Status