mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
client/settings/disable backdrop effects: add the CSS implementation
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user