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;