mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-05 23:27:31 +08:00
Dialog backdrop style
This commit is contained in:
@@ -268,10 +268,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;
|
||||
|
||||
a:link,
|
||||
a:visited,
|
||||
@@ -281,3 +282,8 @@ ueb-selector>* {
|
||||
color: #f0f0f0;
|
||||
}
|
||||
}
|
||||
|
||||
.ueb-info-dialog::backdrop {
|
||||
background-color: #000000a0;
|
||||
backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user