Add functionality to ground vehicle and blocked MLAT filter
Add box shadow to header
This commit is contained in:
parent
6b699bffc3
commit
bee850061e
4 changed files with 72 additions and 4 deletions
|
|
@ -337,6 +337,8 @@ select.error, textarea.error, input.error {
|
|||
background: -ms-linear-gradient(#002F5D, #002F5D 60%, #021624);
|
||||
background: linear-gradient(#002F5D, #002F5D 60%, #021624);
|
||||
display: flex;
|
||||
box-shadow: -6px 0px 8px #999999;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.flightawareLogo {
|
||||
|
|
@ -347,6 +349,7 @@ select.error, textarea.error, input.error {
|
|||
padding-right: 20px;
|
||||
width: 121px;
|
||||
height: 46px;
|
||||
box-shadow:inset -12px 0 12px -12px #000000;
|
||||
}
|
||||
|
||||
.adsbLogo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue