aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-edit/shared')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.scss13
1 files changed, 6 insertions, 7 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss
index cc32fb254..bb775cb0a 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss
+++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss
@@ -23,10 +23,6 @@ my-peertube-checkbox {
23 display: block; 23 display: block;
24 } 24 }
25 25
26 input, select {
27 font-size: 15px
28 }
29
30 .label-tags + span { 26 .label-tags + span {
31 font-size: 15px; 27 font-size: 15px;
32 } 28 }
@@ -167,10 +163,10 @@ p-calendar {
167 } 163 }
168 164
169 tag { 165 tag {
170 background-color: var(--inputColor) !important; 166 background-color: $grey-background-color !important;
167 color: #000 !important;
171 border-radius: 3px !important; 168 border-radius: 3px !important;
172 font-size: 15px !important; 169 font-size: 15px !important;
173 color: var(--mainForegroundColor) !important;
174 height: 30px !important; 170 height: 30px !important;
175 line-height: 30px !important; 171 line-height: 30px !important;
176 margin: 0 5px 0 0 !important; 172 margin: 0 5px 0 0 !important;
@@ -193,7 +189,10 @@ p-calendar {
193 top: -1px; 189 top: -1px;
194 height: auto !important; 190 height: auto !important;
195 vertical-align: middle !important; 191 vertical-align: middle !important;
196 fill: $grey-foreground-color !important; 192
193 path {
194 fill: $grey-foreground-color !important;
195 }
197 } 196 }
198 197
199 &:hover { 198 &:hover {