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:
@@ -1349,7 +1349,3 @@ height: calc(100% - 35px);
|
||||
table.backgrid {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.aciTree.aciTreeLoad {
|
||||
background: none;
|
||||
}
|
||||
|
||||
@@ -342,30 +342,7 @@ span.fa.fa-arrow-left, .fa-arrow-right {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
i.wcTabIcon {
|
||||
min-width: 20px;
|
||||
}
|
||||
|
||||
.wcLoadingBackground {
|
||||
background: black;
|
||||
opacity: 0.6 !important;
|
||||
}
|
||||
|
||||
.wcLoadingIcon.fa-spinner {
|
||||
position: absolute;
|
||||
font-size: 50px;
|
||||
color: #ccc;
|
||||
top: 40%;
|
||||
left: calc(50% - 100px);
|
||||
height: 49px !important;
|
||||
}
|
||||
|
||||
.wcLoadingLabel {
|
||||
top: 46%;
|
||||
left: 0;
|
||||
color: #fff;
|
||||
width: calc(100% - 131px);
|
||||
font-size: 20px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user