Fix theme tab loading spinner not disappearing after content loads

This commit is contained in:
Marcus Quinn
2025-03-16 05:09:58 +00:00
parent 46ab1e3d40
commit b30a693d77
2 changed files with 18 additions and 13 deletions

View File

@ -254,8 +254,9 @@
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.9);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 100;
@ -264,7 +265,13 @@
.wp-allstars-loading-overlay .spinner {
float: none;
visibility: visible;
margin: 0 0 10px 0;
}
.wp-allstars-loading-overlay p {
margin: 0;
font-size: 14px;
color: #555;
}
/* Theme Browser */