diff options
author | Julien Maulny <julien.maulny@protonmail.com> | 2019-11-08 18:46:19 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-11-13 09:02:26 +0100 |
commit | a4610bc6880b923b38cc9dc109ab7bf85f826eae (patch) | |
tree | f9b6bb06dc97e0a8fd73c41b83face57b25f7ff2 /client/src/sass | |
parent | f88e73f740f978859b32855451b64bbbd1c9dfb5 (diff) | |
download | PeerTube-a4610bc6880b923b38cc9dc109ab7bf85f826eae.tar.gz PeerTube-a4610bc6880b923b38cc9dc109ab7bf85f826eae.tar.zst PeerTube-a4610bc6880b923b38cc9dc109ab7bf85f826eae.zip |
Fix stats block display in dark theme
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/bootstrap.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 12e73278a..8f1e18d9e 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -125,6 +125,11 @@ ngb-tabset.bootstrap { | |||
125 | border-bottom: none; | 125 | border-bottom: none; |
126 | } | 126 | } |
127 | 127 | ||
128 | .card { | ||
129 | background-color: var(--mainBackgroundColor); | ||
130 | border-color: #dee2e6; | ||
131 | } | ||
132 | |||
128 | .collapse-transition { | 133 | .collapse-transition { |
129 | // Animation when we show/hide the filters | 134 | // Animation when we show/hide the filters |
130 | transition: max-height 0.3s; | 135 | transition: max-height 0.3s; |