mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-23 17:14:10 +00:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
12 lines
197 B
CSS
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;
|
|
}
|