1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00
Files
Sonarr/frontend/src/InteractiveImport/Interactive/InteractiveImportRowCellPlaceholder.css
T
2023-03-15 22:28:53 -07:00

12 lines
181 B
CSS

.placeholder {
display: inline-block;
margin: -8px 0;
width: 100%;
height: 25px;
border: 2px dashed var(--dangerColor);
}
.optional {
border: 2px dashed var(--gray);
}