X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fvideo-add.component.scss;h=c20467d9b31fd302fe5c8570547a977d60e0b12f;hb=c9ff8a08a06ef0f30ec4963aebfcc02293ca20c5;hp=9d068afde465f002d7db048f84e0f3368520d440;hpb=b515c98c6b674ee5632f3f76ad4fe00e147d995e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-edit/video-add.component.scss b/client/src/app/videos/+video-edit/video-add.component.scss index 9d068afde..c20467d9b 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss @@ -40,14 +40,19 @@ $border-color: #EAEAEA; ::ng-deep .upload-video-container { border: $border-width $border-type $border-color; - border-top: none; + border-top: transparent; background-color: var(--submenuColor); - border-radius: 3px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; width: 100%; min-height: 440px; padding-bottom: 20px; display: flex; justify-content: center; align-items: center; + + &.dragover { + border: 3px dashed var(--mainColor); + } }