client/settings/disable backdrop effects: add the CSS implementation

This commit is contained in:
Adorian Doran 2025-08-23 01:26:21 +03:00
parent 8cca6637f7
commit 2e11681b52

View File

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