Files
Prowlarr/frontend/src/Indexer/Add/SelectIndexerRow.css
T

12 lines
182 B
CSS

.protocol {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 32px;
}
.alreadyExistsIcon {
margin-left: 10px;
color: #37bc9b;
pointer-events: all;
}