mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
20 lines
304 B
Plaintext
20 lines
304 B
Plaintext
/* No javascript */
|
|
.no-javascript {
|
|
.graph-container, .expander {
|
|
display:none;
|
|
}
|
|
.hidden {
|
|
display:block !important;
|
|
visibility:visible !important;
|
|
}
|
|
table.hidden {
|
|
display:table !important;
|
|
}
|
|
.collapse {
|
|
display:block;
|
|
}
|
|
.heading {
|
|
margin-top:0;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
} |