save: fixed ownership losing

This commit is contained in:
muerwre 2018-12-06 16:05:20 +07:00
parent 112fe9c6b7
commit b26073edef
7 changed files with 36 additions and 21 deletions

View file

@ -1,6 +1,7 @@
.dialog {
background: #222222;
//background: linear-gradient(130deg, #320523, #020d2b);
// background: #222222;
// background: linear-gradient(130deg, #320523, #020d2b);
background: #271535;
position: fixed;
left: 0;
top: 0;
@ -28,8 +29,9 @@
width: 100%;
left: 0;
bottom: 0;
//background: linear-gradient(0deg, rgba(2, 13, 43, 1) 50%, rgba(2,13,43,0));
background: linear-gradient(0deg, rgba(34, 34, 34, 1) 50%, rgba(34, 34, 34, 0));
// background: linear-gradient(0deg, rgba(2, 13, 43, 1) 50%, rgba(2,13,43,0));
// background: linear-gradient(0deg, rgba(34, 34, 34, 1) 50%, rgba(34, 34, 34, 0));
background: linear-gradient(0deg, rgba(39, 21, 53, 1) 50%, rgba(39, 21, 53, 1));
position: absolute;
z-index: 5;
}