Add functionality to ground vehicle and blocked MLAT filter

Add box shadow to header
This commit is contained in:
James Wilson 2017-01-26 13:38:47 -06:00
parent 6b699bffc3
commit bee850061e
4 changed files with 72 additions and 4 deletions

View file

@ -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 {