edit.js update

This is jquery only update

Add new overlay and action indicator for auto any overlay boxes.
Stack with GS_OB_S and min zIndex layer 10 and raise +1 for each new
show overlay call and lower for each hide call
This commit is contained in:
Clemens Schwaighofer
2020-03-11 18:05:03 +09:00
parent ed01d248ec
commit 5522348c8a
4 changed files with 173 additions and 5 deletions

View File

@@ -382,7 +382,7 @@ input[type="text"]:focus, textarea:focus, select:focus {
left: 0;
top: 0;
position: absolute;
z-index: 100;
z-index: 1000;
}
/* Animation for above progress */
@keyframes rotate {