mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 19:54:20 +01:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
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;
|
|
}
|