New: Rounded border in drop zones for subtitles and images
This commit is contained in:
parent
9aabdeb4bd
commit
3e233ec887
1 changed files with 5 additions and 0 deletions
|
|
@ -479,6 +479,11 @@ html {
|
||||||
opacity: .66;
|
opacity: .66;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subtitleEditor-dropZone,
|
||||||
|
.imageEditor-dropZone {
|
||||||
|
border-radius: var(--largeRadius);
|
||||||
|
}
|
||||||
|
|
||||||
.actionSheetContent>h1 {
|
.actionSheetContent>h1 {
|
||||||
font-size: unset;
|
font-size: unset;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue