mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
client/settings/disable backdrop effects: add the CSS implementation
This commit is contained in:
parent
8cca6637f7
commit
2e11681b52
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user