mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Reduce overlay transparency.
This commit is contained in:
parent
0574fa4938
commit
43f303316d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ div.br {
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: rgba(255, 255, 255, 0.25);
|
background: rgba(255, 255, 255, 0.5);
|
||||||
padding-top: 10%;
|
padding-top: 10%;
|
||||||
}
|
}
|
||||||
.loader-content img {
|
.loader-content img {
|
||||||
|
|
Loading…
Add table
Reference in a new issue