mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
save: fixed ownership losing
This commit is contained in:
parent
112fe9c6b7
commit
b26073edef
7 changed files with 36 additions and 21 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue