mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
Apply translucency to menus
This commit is contained in:
parent
2243db5b20
commit
116e362a5e
@ -58,7 +58,7 @@
|
|||||||
--active-item-border-color: transparent;
|
--active-item-border-color: transparent;
|
||||||
|
|
||||||
--menu-text-color: black;
|
--menu-text-color: black;
|
||||||
--menu-background-color: white;
|
--menu-background-color: #ffffffd9;
|
||||||
|
|
||||||
--modal-background-color: white;
|
--modal-background-color: white;
|
||||||
--modal-backdrop-color: black;
|
--modal-backdrop-color: black;
|
||||||
@ -132,7 +132,7 @@
|
|||||||
--active-item-border-color: transparent;
|
--active-item-border-color: transparent;
|
||||||
|
|
||||||
--menu-text-color: white;
|
--menu-text-color: white;
|
||||||
--menu-background-color: #222;
|
--menu-background-color: #222222d9;
|
||||||
|
|
||||||
--modal-background-color: #333;
|
--modal-background-color: #333;
|
||||||
--modal-backdrop-color: #444;
|
--modal-backdrop-color: #444;
|
||||||
@ -186,6 +186,9 @@
|
|||||||
* USER INTERFACE
|
* USER INTERFACE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
backdrop-filter: blur(10px) saturate(6);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TEXT NOTES
|
* TEXT NOTES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user