diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-20 20:57:18 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-20 20:57:18 +0200 |
commit | 1fd3ef3fb49cf5482f2ab6f827a2b059a44f409c (patch) | |
tree | eee2ef647a5a099f03cfac15dc6c6869e57a4834 /client/src/app/videos | |
parent | f845c68305f61686b5d3336fa9251afeae0c083a (diff) | |
download | PeerTube-1fd3ef3fb49cf5482f2ab6f827a2b059a44f409c.tar.gz PeerTube-1fd3ef3fb49cf5482f2ab6f827a2b059a44f409c.tar.zst PeerTube-1fd3ef3fb49cf5482f2ab6f827a2b059a44f409c.zip |
fix nav tab and tag color in dark theme
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; |