Dialog backdrop style

This commit is contained in:
barsdeveloper
2025-01-26 13:38:53 +02:00
parent 6167e97406
commit c73bcdcdb5
5 changed files with 19 additions and 7 deletions

View File

@@ -155,10 +155,11 @@ ueb-selector > * {
}
.ueb-info-dialog {
border: 10px solid #181818;
border: 6px solid #202020;
padding: 5px 30px;
background: #101010;
background: #121212;
color: #f0f0f0;
box-shadow: 0 2px 10px 0 #000;
}
.ueb-info-dialog a:link,
.ueb-info-dialog a:visited,
@@ -168,6 +169,11 @@ ueb-selector > * {
color: #f0f0f0;
}
.ueb-info-dialog::backdrop {
background-color: rgba(0, 0, 0, 0.6274509804);
backdrop-filter: blur(4px);
}
ueb-node.ueb-node-style-minimal {
box-shadow: none;
}