From a7f9fae9ab7df84936d7fef0c94dbd089e4644d2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 24 Sep 2018 17:48:34 +0200 Subject: Improve download modal input style --- .../src/app/videos/+video-watch/modal/video-download.component.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos/+video-watch/modal/video-download.component.scss') diff --git a/client/src/app/videos/+video-watch/modal/video-download.component.scss b/client/src/app/videos/+video-watch/modal/video-download.component.scss index 439cbb3e3..3e826c3b6 100644 --- a/client/src/app/videos/+video-watch/modal/video-download.component.scss +++ b/client/src/app/videos/+video-watch/modal/video-download.component.scss @@ -3,8 +3,10 @@ .peertube-select-container { @include peertube-select-container(100px); - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; + + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right: none; select { height: inherit; -- cgit v1.2.3