projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f88e73f
)
Fix stats block display in dark theme
author
Julien Maulny
<julien.maulny@protonmail.com>
Fri, 8 Nov 2019 17:46:19 +0000
(18:46 +0100)
committer
Chocobozzz
<chocobozzz@cpy.re>
Wed, 13 Nov 2019 08:02:26 +0000
(09:02 +0100)
client/src/sass/bootstrap.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/bootstrap.scss
b/client/src/sass/bootstrap.scss
index 12e73278a89d046ce460b7d2f204a3106c5ba467..8f1e18d9e88779b7b59100f37fad212154c3b732 100644
(file)
--- a/
client/src/sass/bootstrap.scss
+++ b/
client/src/sass/bootstrap.scss
@@
-125,6
+125,11
@@
ngb-tabset.bootstrap {
border-bottom: none;
}
+.card {
+ background-color: var(--mainBackgroundColor);
+ border-color: #dee2e6;
+}
+
.collapse-transition {
// Animation when we show/hide the filters
transition: max-height 0.3s;