Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../assets/css/builder
File: builder-overlay.css
#wpforms-builder-overlay {
[0] Fix | Delete
background: radial-gradient(50% 50% at 50% 50%, #f8f8f8 37.5%, #e8e8e8 100%);
[1] Fix | Delete
cursor: default;
[2] Fix | Delete
height: 100%;
[3] Fix | Delete
min-width: 0;
[4] Fix | Delete
overflow: hidden;
[5] Fix | Delete
position: fixed;
[6] Fix | Delete
z-index: 100;
[7] Fix | Delete
top: 0;
[8] Fix | Delete
right: 0;
[9] Fix | Delete
bottom: 0;
[10] Fix | Delete
left: 0;
[11] Fix | Delete
transition-property: opacity;
[12] Fix | Delete
transition-duration: 0.5s;
[13] Fix | Delete
transition-timing-function: ease-out;
[14] Fix | Delete
display: flex;
[15] Fix | Delete
flex-direction: column;
[16] Fix | Delete
justify-content: center;
[17] Fix | Delete
align-items: center;
[18] Fix | Delete
}
[19] Fix | Delete
[20] Fix | Delete
#wpforms-builder-overlay.fade-out {
[21] Fix | Delete
opacity: 0;
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
.wpforms-builder-overlay-content {
[25] Fix | Delete
text-align: center;
[26] Fix | Delete
position: relative;
[27] Fix | Delete
height: 100px;
[28] Fix | Delete
width: 100px;
[29] Fix | Delete
}
[30] Fix | Delete
[31] Fix | Delete
.wpforms-builder-overlay-content i {
[32] Fix | Delete
display: block;
[33] Fix | Delete
position: absolute;
[34] Fix | Delete
left: 0;
[35] Fix | Delete
top: 0;
[36] Fix | Delete
}
[37] Fix | Delete
[38] Fix | Delete
.wpforms-builder-overlay-content i.spinner {
[39] Fix | Delete
background-image: url("../../images/builder/loading-spinner.svg");
[40] Fix | Delete
border-radius: 50%;
[41] Fix | Delete
height: 100px;
[42] Fix | Delete
width: 100px;
[43] Fix | Delete
-webkit-animation: wpforms-spinner-rotation 0.8s linear infinite;
[44] Fix | Delete
-moz-animation: wpforms-spinner-rotation 0.8s linear infinite;
[45] Fix | Delete
-ms-animation: wpforms-spinner-rotation 0.8s linear infinite;
[46] Fix | Delete
-o-animation: wpforms-spinner-rotation 0.8s linear infinite;
[47] Fix | Delete
animation: wpforms-spinner-rotation 0.8s linear infinite;
[48] Fix | Delete
}
[49] Fix | Delete
[50] Fix | Delete
.wpforms-builder-overlay-content i.avatar {
[51] Fix | Delete
background-color: #ffffff;
[52] Fix | Delete
background-image: url("../../images/builder/loading-avatar.svg");
[53] Fix | Delete
border-radius: 50%;
[54] Fix | Delete
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
[55] Fix | Delete
height: 80px;
[56] Fix | Delete
margin: 10px;
[57] Fix | Delete
width: 80px;
[58] Fix | Delete
}
[59] Fix | Delete
[60] Fix | Delete
@keyframes wpforms-spinner-rotation {
[61] Fix | Delete
from {
[62] Fix | Delete
transform: rotate(0deg);
[63] Fix | Delete
}
[64] Fix | Delete
to {
[65] Fix | Delete
transform: rotate(360deg);
[66] Fix | Delete
}
[67] Fix | Delete
}
[68] Fix | Delete
[69] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function