1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00
Files
Sonarr/frontend/src/Components/Table/VirtualTableSelectAllHeaderCell.css
T
2019-07-22 19:44:07 -07:00

12 lines
197 B
CSS

.selectAllHeaderCell {
composes: headerCell from '~Components/Table/TableHeaderCell.css';
flex: 0 0 36px;
}
.input {
composes: input from '~Components/Form/CheckInput.css';
margin: 0;
}