diff options
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-send.scss | 2 | ||||
-rw-r--r-- | client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-send.scss b/client/src/app/+videos/+video-edit/video-add-components/video-send.scss index 7284ad00f..594999d66 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-send.scss +++ b/client/src/app/+videos/+video-edit/video-add-components/video-send.scss | |||
@@ -17,7 +17,7 @@ $width-size: 250px; | |||
17 | align-items: center; | 17 | align-items: center; |
18 | 18 | ||
19 | .upload-icon { | 19 | .upload-icon { |
20 | @include apply-svg-color(#C6C6C6); | 20 | @include apply-svg-color($input-border-color); |
21 | 21 | ||
22 | width: 90px; | 22 | width: 90px; |
23 | margin-bottom: 25px; | 23 | margin-bottom: 25px; |
diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss index fb79991db..ae889dd38 100644 --- a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss +++ b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss | |||
@@ -57,8 +57,8 @@ form { | |||
57 | width: $markdown-icon-width; | 57 | width: $markdown-icon-width; |
58 | 58 | ||
59 | svg { | 59 | svg { |
60 | color: #C6C6C6; | 60 | color: $input-border-color; |
61 | fill: #C6C6C6; | 61 | fill: $input-border-color; |
62 | border-radius: 3px; | 62 | border-radius: 3px; |
63 | } | 63 | } |
64 | } | 64 | } |
@@ -67,7 +67,7 @@ form { | |||
67 | &:active, | 67 | &:active, |
68 | &:hover { | 68 | &:hover { |
69 | my-global-icon svg { | 69 | my-global-icon svg { |
70 | background-color: #C6C6C6; | 70 | background-color: $input-border-color; |
71 | color: pvar(--mainBackgroundColor); | 71 | color: pvar(--mainBackgroundColor); |
72 | fill: pvar(--mainBackgroundColor); | 72 | fill: pvar(--mainBackgroundColor); |
73 | } | 73 | } |