style(Database) Adding blur to entity dialog

This commit is contained in:
2022-04-16 19:16:01 -04:00
parent b9e3633d1c
commit 762fa1504d
5 changed files with 9 additions and 4 deletions
+6 -1
View File
@@ -49,6 +49,11 @@
</div>
<style>
.pageContents * {
filter: blur(2px);
}
.dialogBackground {
position: fixed;
@@ -122,7 +127,7 @@
overflow-y: auto;
overflow-x: hidden;
height: 500px;
height: 800px;
}
.dialogFooter {