You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css

35 lines
566 B

.path {
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;
}
.reprocessing {
composes: loading from '~Components/Loading/LoadingIndicator.css';
margin-top: 0;
text-align: start;
}
.additionalFile {
composes: row from '~Components/Table/TableRow.css';
color: var(--disabledColor);
}
.customFormatTooltip {
max-width: 250px;
}