diff options
Diffstat (limited to 'client')
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 @@ | |||
3 | 3 | ||
4 | .peertube-select-container { | 4 | .peertube-select-container { |
5 | @include peertube-select-container(100px); | 5 | @include peertube-select-container(100px); |
6 | border-top-right-radius: 0px; | 6 | |
7 | border-bottom-right-radius: 0px; | 7 | border-top-right-radius: 0; |
8 | border-bottom-right-radius: 0; | ||
9 | border-right: none; | ||
8 | 10 | ||
9 | select { | 11 | select { |
10 | height: inherit; | 12 | 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 @@ | |||
5 | margin-right: 0 !important; | 5 | margin-right: 0 !important; |
6 | } | 6 | } |
7 | 7 | ||
8 | .btn-outline-secondary { | ||
9 | border-color: $input-border-color; | ||
10 | } | ||
11 | |||
12 | .qr-code-group { | 8 | .qr-code-group { |
13 | text-align: center; | 9 | text-align: center; |
14 | } | 10 | } |
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 { | |||
60 | color: var(--mainForegroundColor); | 60 | color: var(--mainForegroundColor); |
61 | } | 61 | } |
62 | 62 | ||
63 | .btn-outline-secondary { | ||
64 | border-color: $input-border-color; | ||
65 | } | ||
66 | |||
63 | label { | 67 | label { |
64 | font-weight: $font-bold; | 68 | font-weight: $font-bold; |
65 | font-size: 15px; | 69 | font-size: 15px; |