# HG changeset patch # User Sebastien Jodogne # Date 1787763957 -7200 # Node ID e388e2b15b2266d3153391698e61d8bdcc8c364f # Parent d7bad7647bdfe3618cde92cd08e241936ea91ef6 darker background in the right menu diff -r d7bad7647bdf -r e388e2b15b22 ViewerPlugin/WebApplication/viewer.html --- a/ViewerPlugin/WebApplication/viewer.html Fri Aug 21 18:22:37 2026 +0200 +++ b/ViewerPlugin/WebApplication/viewer.html Wed Aug 26 19:05:57 2026 +0200 @@ -55,6 +55,18 @@ background-color: white; /* make the toolbar buttons opaque */ } + .offcanvas { + background-color: #E5E5E5; + } + + th { + background-color: transparent !important; + } + + td { + background-color: transparent !important; + } + #right-panel { --bs-offcanvas-width: 300px; --bs-offcanvas-border-width: 0;