mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
12 lines
181 B
CSS
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);
|
|
}
|