mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-28 03:15:12 +01:00
11 lines
201 B
CSS
11 lines
201 B
CSS
.selectAllHeaderCell {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
width: 30px;
|
|
}
|
|
|
|
.input {
|
|
composes: input from '~Components/Form/CheckInput.css';
|
|
|
|
margin: 0;
|
|
}
|