diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-28 11:29:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-28 11:29:54 +0200 |
commit | a334597283a3384fa4df7b6b25fd2a9ff9221467 (patch) | |
tree | 1125357d4486d8b9a52750f44697cae607e217da /client/src/app/+videos | |
parent | 4c8a099198cd3af049847df91140735354b85a92 (diff) | |
download | PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.tar.gz PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.tar.zst PeerTube-a334597283a3384fa4df7b6b25fd2a9ff9221467.zip |
Theme fixes
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 594999d66..ed46fefb0 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($input-border-color); | 20 | @include apply-svg-color(pvar(--inputBorderColor)); |
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 023d625e9..ac228bafa 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 | |||
@@ -56,8 +56,8 @@ form { | |||
56 | width: $markdown-icon-width; | 56 | width: $markdown-icon-width; |
57 | 57 | ||
58 | svg { | 58 | svg { |
59 | color: $input-border-color; | 59 | color: pvar(--inputBorderColor); |
60 | fill: $input-border-color; | 60 | fill: pvar(--inputBorderColor); |
61 | border-radius: 3px; | 61 | border-radius: 3px; |
62 | } | 62 | } |
63 | } | 63 | } |
@@ -66,7 +66,7 @@ form { | |||
66 | &:active, | 66 | &:active, |
67 | &:hover { | 67 | &:hover { |
68 | my-global-icon svg { | 68 | my-global-icon svg { |
69 | background-color: $input-border-color; | 69 | background-color: pvar(--inputBorderColor); |
70 | color: pvar(--mainBackgroundColor); | 70 | color: pvar(--mainBackgroundColor); |
71 | fill: pvar(--mainBackgroundColor); | 71 | fill: pvar(--mainBackgroundColor); |
72 | } | 72 | } |