mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-26 01:11:33 +01:00
* Changed: Remove Language Profiles * fixup! Changed: Remove Language Profiles * fixup! Changed: Remove Language Profiles * Remove unused method in FileNameBuilder * Fixed: Cleanup Int Converter Copy/Paste Issues and Grammar
29 lines
496 B
CSS
29 lines
496 B
CSS
.relativePath {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
word-break: break-all;
|
|
}
|
|
|
|
.quality {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.label {
|
|
composes: label from '~Components/Label.css';
|
|
|
|
cursor: pointer;
|
|
}
|
|
|
|
.loading {
|
|
composes: loading from '~Components/Loading/LoadingIndicator.css';
|
|
|
|
margin-top: 0;
|
|
}
|
|
|
|
.additionalFile {
|
|
composes: row from '~Components/Table/TableRow.css';
|
|
|
|
color: $disabledColor;
|
|
}
|