Ver código fonte

Update admin.css

tags/6.3.2
叙述、别离 10 meses atrás
pai
commit
c7c8a10b77
1 arquivos alterados com 10 adições e 10 exclusões
  1. +10
    -10
      src/static/web/css/admin.css

+ 10
- 10
src/static/web/css/admin.css Ver arquivo

@@ -380,6 +380,16 @@ body.menu-show .body-right {
background:var(--danger);
border-radius:50%
}
.fullpagediv {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:var(--bg);
opacity:0.6;
z-index:1980
}
.spinner-border {
width:20px;
height:20px;
@@ -425,16 +435,6 @@ body.menu-show .body-right {
width:500px;
z-index:19994
}
.fullpagediv {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:var(--bg);
opacity:0.6;
z-index:19995
}
.atlas {
float:left;
margin-right:10px;


Carregando…
Cancelar
Salvar