mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
client/settings/disable shadows: add the CSS implementation
This commit is contained in:
parent
7468d6147a
commit
d35dbca18b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user