diff options
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css')
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css index 66edfd085..1d3d49223 100644 --- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css @@ -241,3 +241,23 @@ code { margin-right: 3rem; margin-bottom: 10rem; } + +.main-svg +{ + background: Transparent !important; +} + +.plotlyjsicon +{ + display:none !important; +} + +.modebar-group +{ + background: Transparent !important; +} + +.modebar-btn > svg > path +{ + fill: white !important; +}
\ No newline at end of file |
