Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

The box-sizing property isn't supported in IE6 and IE7.
Open

  box-sizing: border-box;
Severity: Minor
Found in style.css by csslint

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

.speak {
Severity: Minor
Found in style.css by csslint

Use of !important
Open

  height: 100vh !important;
Severity: Minor
Found in style.css by csslint

Adjoining classes: .program.notmaximized
Open

.program.notmaximized {
Severity: Minor
Found in style.css by csslint

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

.program .headbar .max img,
Severity: Minor
Found in style.css by csslint

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

.program .resizers * {
Severity: Minor
Found in style.css by csslint

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

#taskbar #start p {
Severity: Minor
Found in style.css by csslint

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

#taskbar #taskbarright .show-desktop {
Severity: Minor
Found in style.css by csslint

Expected (flex-start | flex-end | center | space-between | space-around) but found 'start'.
Open

  justify-content: start;
Severity: Minor
Found in style.css by csslint

Don't use IDs in selectors.
Open

#icons button:hover, #icons button:focus-visible {
Severity: Minor
Found in style.css by csslint

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

    padding: 5px;
Severity: Minor
Found in style.css by csslint

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

  -webkit-user-select: none;
Severity: Minor
Found in style.css by csslint

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

  -webkit-user-select: none;
Severity: Minor
Found in style.css by csslint

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

.program.maximized iframe {
Severity: Minor
Found in style.css by csslint

Expected (<color>) but found 'var(--themecolor)'.</color>
Open

  background-color: var(--themecolor);
Severity: Minor
Found in style.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font) , Tahoma , sans-serif'.</family-name></generic-family>
Open

    font-family:var(--font), Tahoma, sans-serif;
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Use of !important
Open

  top: 0 !important;
Severity: Minor
Found in style.css by csslint

Adjoining classes: .program.fullscreen
Open

.program.fullscreen {
Severity: Minor
Found in style.css by csslint

Adjoining classes: .program.fullscreen .headbar .max
Open

.program.fullscreen .headbar .max,
Severity: Minor
Found in style.css by csslint

Adjoining classes: .program.notmaximized .headbar .drag
Open

.program.notmaximized .headbar .drag {
Severity: Minor
Found in style.css by csslint
Severity
Category
Status
Source
Language