Fixes in admin.css loading layer

This commit is contained in:
Antonio de la Rosa 2025-11-01 13:06:15 +01:00
parent 2464db78d2
commit 27300bb361
2 changed files with 12 additions and 1 deletions

View file

@ -409,6 +409,13 @@ p {
}
.dark .form textarea {
background-color: #1e202a;
color: #fbfbfb;
}
.form label {
display: block;
/*width: 150px;*/
@ -995,7 +1002,7 @@ a.form_button_tab:hover
#layer_loading {
z-index:50000;
z-index:99999;
/*background-color:rgba(0,0,0,0.4);*/
/*opacity:0.5;*/
position:absolute;