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/sass/application.scss | |
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/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index f21b91d2e..bc443b8d5 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -283,6 +283,11 @@ ngb-tabset.bootstrap { | |||
283 | } | 283 | } |
284 | } | 284 | } |
285 | 285 | ||
286 | .nav-tabs .nav-link.active { | ||
287 | background-color: var(--mainBackgroundColor) !important; | ||
288 | border-bottom: none; | ||
289 | } | ||
290 | |||
286 | .orange-button { | 291 | .orange-button { |
287 | @include peertube-button; | 292 | @include peertube-button; |
288 | @include orange-button; | 293 | @include orange-button; |