add option to select coloring by mode, too

This commit is contained in:
Jakob Ketterl
2019-07-28 16:17:23 +02:00
parent 30d8b1327b
commit ff98b172c4
3 changed files with 36 additions and 3 deletions

View File

@ -47,3 +47,9 @@ ul {
height: 20px;
margin-right: 10px;
}
.openwebrx-map-legend select {
background-color: #FFF;
border-color: #DDD;
padding: 5px;
}