style(Database) Adding blur to entity dialog
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user