Mercurial > hg > orthanc-wsi
changeset 520:e388e2b15b22 annotations
darker background in the right menu
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 26 Aug 2026 19:05:57 +0200 |
| parents | d7bad7647bdf |
| children | da89bfe91873 |
| files | ViewerPlugin/WebApplication/viewer.html |
| diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;
