mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-16 20:42:34 +01:00
11 lines
199 B
CSS
11 lines
199 B
CSS
.selectAllHeaderCell {
|
|
composes: headerCell from 'Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
width: 30px;
|
|
}
|
|
|
|
.input {
|
|
composes: input from 'Components/Form/CheckInput.css';
|
|
|
|
margin: 0;
|
|
}
|