atlassian/themis

View on GitHub
themis/web/css/style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#savings:after {
Severity: Minor
Found in themis/web/css/style.css by csslint

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

    -webkit-appearance: none;
Severity: Minor
Found in themis/web/css/style.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=20)'.</filter-function-list>
Open

    filter: alpha(opacity=20);
Severity: Minor
Found in themis/web/css/style.css by csslint

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

.panel-centered {
Severity: Minor
Found in themis/web/css/style.css by csslint

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

.close {
Severity: Minor
Found in themis/web/css/style.css by csslint

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

.alert-warning {
Severity: Minor
Found in themis/web/css/style.css by csslint

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

.alert-danger {
Severity: Minor
Found in themis/web/css/style.css by csslint

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

button.close {
Severity: Minor
Found in themis/web/css/style.css by csslint

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

.alert-dismissable .close, .alert-dismissible .close {
Severity: Minor
Found in themis/web/css/style.css by csslint

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

.alert {
Severity: Minor
Found in themis/web/css/style.css by csslint

There are no issues that match your filters.

Category
Status