radare/radare2-webui

View on GitHub
www/m/css/hexdump.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    background:rgba(255,255,255,0.33) !important;
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Use of !important
Open

    color:white !important;
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Use of !important
Open

    overflow: hidden !important;
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Element (ul.hexpairs.words) is overqualified, just use .words without element name.
Open

ul.hexpairs.pairs > li:nth-child(2n), ul.hexpairs.words > li:nth-child(n) {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Element (li.selected) is overqualified, just use .selected without element name.
Open

ul.hexpairs li.selected {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Values of 0 shouldn't have units specified.
Open

    border-bottom:0px solid rgba(255,255,255,0.8);
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Element (ul.hexpairs.pairs) is overqualified, just use .pairs without element name.
Open

ul.hexpairs.pairs > li:nth-child(2n), ul.hexpairs.words > li:nth-child(n) {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Element (ul.listContent) is overqualified, just use .listContent without element name.
Open

ul.listContent li {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Adjoining classes: ul.hexpairs.words > li:nth-child(n)
Open

ul.hexpairs.pairs > li:nth-child(2n), ul.hexpairs.words > li:nth-child(n) {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Adjoining classes: .hex.flex-controls ul.controlList
Open

.hex.flex-controls ul.controlList {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

    background:rgba(255,255,255,0.33) !important;
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Adjoining classes: .hex.flex-body
Open

.hex.flex-body {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

    background-color: rgba(255,255,255,0.4);
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Adjoining classes: ul.hexpairs.pairs > li:nth-child(2n)
Open

ul.hexpairs.pairs > li:nth-child(2n), ul.hexpairs.words > li:nth-child(n) {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Adjoining classes: .hex.flex-controls
Open

.hex.flex-controls {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Adjoining classes: .hex.flex-controls ul.controlList li
Open

.hex.flex-controls ul.controlList li {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

Fallback border-bottom (hex or RGB) should precede RGBA border-bottom.
Open

    border-bottom:0px solid rgba(255,255,255,0.8);
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

    padding-top:10px;
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

    border:1px dashed white;
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

ul.offset {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

ul.offset li, ul.hexpairs li, ul.ascii li  {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

.hex.flex-controls ul.controlList {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

.hex.flex-controls ul.controlList li {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

ul.listContent li {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

ul.hexpairs li input, ul.ascii li input {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

ul.offset, ul.hexpairs, ul.ascii  {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

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

.hex.flex-controls {
Severity: Minor
Found in www/m/css/hexdump.css by csslint

There are no issues that match your filters.

Category
Status