mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
frontend: add dialog backdrop
This commit is contained in:
@@ -317,6 +317,10 @@ dialog {
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
dialog::backdrop {
|
||||
background: color-mix(in srgb, var(--background-color), transparent 50%);
|
||||
}
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user