mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 17:56:02 +08:00
client/settings/disable backdrop effects: add the CSS implementation
This commit is contained in:
parent
8cca6637f7
commit
2e11681b52
1 changed files with 7 additions and 0 deletions
|
|
@ -43,6 +43,13 @@ body#trilium-app.shadows-disabled *::after {
|
|||
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 {
|
||||
--bs-table-bg: transparent !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue