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 ++++-- client/src/app/videos/+video-watch/modal/video-share.component.scss | 4 ---- client/src/sass/application.scss | 4 ++++ 3 files changed, 8 insertions(+), 6 deletions(-) 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; diff --git a/client/src/app/videos/+video-watch/modal/video-share.component.scss b/client/src/app/videos/+video-watch/modal/video-share.component.scss index 4c07bce89..4937506b9 100644 --- a/client/src/app/videos/+video-watch/modal/video-share.component.scss +++ b/client/src/app/videos/+video-watch/modal/video-share.component.scss @@ -5,10 +5,6 @@ margin-right: 0 !important; } -.btn-outline-secondary { - border-color: $input-border-color; -} - .qr-code-group { text-align: center; } diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index bc443b8d5..760be3822 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -60,6 +60,10 @@ input, textarea { color: var(--mainForegroundColor); } +.btn-outline-secondary { + border-color: $input-border-color; +} + label { font-weight: $font-bold; font-size: 15px; -- cgit v1.2.3