mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
33 lines
481 B
Plaintext
33 lines
481 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;
|
|
}
|
|
.no-js-hide {
|
|
display: none;
|
|
}
|
|
}
|