mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 23:01:31 +00:00
29 lines
445 B
Plaintext
29 lines
445 B
Plaintext
/* No javascript */
|
|
.no-javascript {
|
|
.graph-container, .expander {
|
|
display:none;
|
|
}
|
|
.hidden {
|
|
display:block !important;
|
|
visibility:visible !important;
|
|
}
|
|
.date-links.hidden {
|
|
display:none !important;
|
|
}
|
|
.btn-group:hover ul {
|
|
display:block !important;
|
|
}
|
|
table.hidden {
|
|
display:table !important;
|
|
}
|
|
.collapse {
|
|
display:block;
|
|
}
|
|
.heading {
|
|
margin-top:0;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
.show-class {
|
|
display:block;
|
|
}
|
|
} |