mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Revert "Display busy indicators in a much more consistent way. Fixes #1242"
This reverts commit 7fbefa507b which seems to be
missing things.
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
}
|
||||
|
||||
.sql-editor {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top : 0;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top : 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.sql-editor-busy-fetching {
|
||||
@@ -20,10 +20,23 @@
|
||||
margin:0;
|
||||
padding: 0;
|
||||
background: black;
|
||||
opacity: 0.6;
|
||||
opacity: 0.4;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.sql-editor-busy-icon {
|
||||
position:absolute;
|
||||
left: 45%;
|
||||
top: 40%;
|
||||
}
|
||||
|
||||
.sql-editor-busy-text {
|
||||
position:absolute;
|
||||
left: 42%;
|
||||
top: 50%;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
#editor-panel {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user