mourningdove/htdocs/scss/components/select-all.scss

29 lines
446 B
SCSS
Raw Permalink Normal View History

2026-05-24 01:03:05 +00:00
/* Table with columns of checkboxes
* With "Select all" checkboxes in the header
*/
.no-js .select-all-header {
display: none;
}
.select-all {
.select-all-label {
display: block;
text-align: right;
font-size: smaller;
font-weight: normal;
}
th {
vertical-align: top;
label {
font-weight: bold;
}
}
input, label {
margin-bottom: 0;
}
}