diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.scss | 8 |
1 files changed, 5 insertions, 3 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 4d1871231..b039d7ad4 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 | |||
@@ -164,15 +164,17 @@ p-calendar { | |||
164 | tag-input-form { | 164 | tag-input-form { |
165 | input { | 165 | input { |
166 | height: 30px !important; | 166 | height: 30px !important; |
167 | background-color: #fff !important; | 167 | |
168 | background-color: var(--mainBackgroundColor) !important; | ||
169 | color: var(--mainForegroundColor) !important; | ||
168 | } | 170 | } |
169 | } | 171 | } |
170 | 172 | ||
171 | tag { | 173 | tag { |
172 | background-color: #E5E5E5 !important; | 174 | background-color: var(--inputColor) !important; |
173 | border-radius: 3px !important; | 175 | border-radius: 3px !important; |
174 | font-size: 15px !important; | 176 | font-size: 15px !important; |
175 | color: #000 !important; | 177 | color: var(--mainForegroundColor) !important; |
176 | height: 30px !important; | 178 | height: 30px !important; |
177 | line-height: 30px !important; | 179 | line-height: 30px !important; |
178 | margin: 0 5px 0 0 !important; | 180 | margin: 0 5px 0 0 !important; |