add filtering capability to the map

This commit is contained in:
Jakob Ketterl
2021-01-20 00:39:34 +01:00
parent 5d3d6423ed
commit 181855e7a4
2 changed files with 58 additions and 9 deletions

View File

@ -43,6 +43,15 @@ ul {
padding: 0;
}
.openwebrx-map-legend ul li {
cursor: pointer;
}
.openwebrx-map-legend ul li.disabled {
opacity: .3;
filter: grayscale(70%);
}
.openwebrx-map-legend li.square .illustration {
display: inline-block;
width: 30px;