mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 06:26:50 +00:00
add filtering capability to the map
This commit is contained in:
parent
5d3d6423ed
commit
181855e7a4
2 changed files with 58 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue