From: Chocobozzz Date: Mon, 24 Sep 2018 15:48:34 +0000 (+0200) Subject: Improve download modal input style X-Git-Tag: v1.0.0-beta.14~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7f9fae9ab7df84936d7fef0c94dbd089e4644d2;p=oweals%2Fpeertube.git Improve download modal input style --- 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;