Fix theme tab loading spinner not disappearing after content loads
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user