Skip to content

Commit

Permalink
fix chart-background theme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Nov 1, 2024
1 parent ee80eec commit 6ba5ba3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion assets/css/theme-default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@
/*===================================================================
PLOTLY
================================================================== */
.plot-container.plotly svg.main-svg,
.plot-container.plotly svg.main-svg{
background: none !important;
}
.plot-container.plotly svg.main-svg g.infolayer g.legend rect.bg{
fill: none !important;
}
Expand Down
10 changes: 6 additions & 4 deletions assets/css/theme-default-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,12 @@
/*===================================================================
PLOTLY
================================================================== */
.plot-container.plotly svg.main-svg,
.plot-container.plotly svg.main-svg g.infolayer g.legend rect.bg{
fill: none !important;
}
.plot-container.plotly svg.main-svg{
background: none !important;
}
.plot-container.plotly svg.main-svg g.infolayer g.legend rect.bg{
fill: none !important;
}
.plot-container.plotly svg.main-svg g.infolayer g.rangeslider-container rect.rangeslider-bg{
fill: #00000030 !important;
}
Expand Down

0 comments on commit 6ba5ba3

Please sign in to comment.