Display aircraft with mlat-derived positions with a different row color.

This commit is contained in:
Oliver Jowett 2015-06-29 10:47:29 +01:00
parent 51b5f4af24
commit bd96d40e4e
3 changed files with 15 additions and 2 deletions

View file

@ -22,6 +22,7 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
#tableinfo, #sudo_buttons { font-size: x-small; font-family: monospace; }
.vPosition { font-weight: bold; background-color: #d5ffd5; }
.mlat { font-weight: bold; background-color: #d5d5ff; }
.squawk7500 { font-weight: bold; background-color: #ff5555; }
.squawk7600 { font-weight: bold; background-color: #00ffff; }
.squawk7700 { font-weight: bold; background-color: #ffff00; }