Radarr/frontend/src/InteractiveImport/Interactive/InteractiveImportRowCellPla...

12 lines
181 B
CSS
Raw Normal View History

2018-11-23 07:04:42 +00:00
.placeholder {
display: inline-block;
margin: -8px 0;
width: 100%;
height: 25px;
border: 2px dashed var(--dangerColor);
2018-11-23 07:04:42 +00:00
}
2023-05-03 04:07:12 +00:00
.optional {
border: 2px dashed var(--gray);
}