1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00

GUI improvements

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-04-04 15:45:15 +02:00
parent e23a8a5189
commit 57f7035ef0
4 changed files with 37 additions and 14 deletions

View file

@ -1,23 +1,23 @@
.logic__background {
position: absolute;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: black;
opacity: 0.75;
z-index: 2000;
z-index: 2001;
}
.logic__content {
position: absolute;
position: fixed;
top: 2em;
bottom: 2em;
left: 4em;
right: 4em;
background-color: #efefef;
border-radius: 2px;
z-index: 2001;
z-index: 2002;
padding: 2em;
}