client/settings/disable shadows: add the CSS implementation

This commit is contained in:
Adorian Doran 2025-08-23 00:58:50 +03:00
parent 7468d6147a
commit d35dbca18b

View File

@ -36,6 +36,13 @@ body#trilium-app.motion-disabled *::after {
animation: none !important;
}
body#trilium-app.shadows-disabled *,
body#trilium-app.shadows-disabled *::before,
body#trilium-app.shadows-disabled *::after {
/* Disable shadows */
box-shadow: none !important;
}
.table {
--bs-table-bg: transparent !important;
}