tmcgee/cmv-widgets

View on GitHub

Showing 293 of 293 total issues

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

.introjs-skipbutton {

Values of 0 shouldn't have units specified.
Open

  box-shadow: 0 2px 0px -0px #B91D0D;

Values of 0 shouldn't have units specified.
Open

  box-shadow: 0 2px 0px -0px #CACED1;

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

.introjs-helperLayer {

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

.introjs-bullets {

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

.introjs-bullets ul li {

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

.splash {
Severity: Minor
Found in css/cmv.css by csslint

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

.introjs-arrow.bottom {

Use of !important
Open

  bottom: 0 !important;

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0 2px 0px 0px #173B53;

Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'.
Open

  -webkit-border-radius: 10px;

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

  background: rgba(255,255,255,0.2);

Use of !important
Open

  z-index: auto !important;

Use of !important
Open

  z-index: 9999999999 !important;

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

  border-bottom: none; /* IE6-9 */  /* IE10 text shadows */

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

.introjs-arrow.right {

Use of !important
Open

  z-index: 9999999 !important;

Adjoining classes: .introjs-arrow.top
Open

.introjs-arrow.top {

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

  background: rgba(255,255,255,0.2);

Element (a.active) is overqualified, just use .active without element name.
Open

.introjs-bullets ul li a.active {
Severity
Category
Status
Source
Language