set prefixes using CSS

This commit is contained in:
Jakob Ketterl
2021-01-19 00:36:55 +01:00
parent 23bf1df72a
commit 6e416d0839
2 changed files with 15 additions and 15 deletions

View File

@ -990,6 +990,18 @@ img.openwebrx-mirror-img
cursor: pointer;
}
.openwebrx-ysf-mode:not(:empty):before {
content: "Mode: ";
}
.openwebrx-ysf-up:not(:empty):before {
content: "Up: ";
}
.openwebrx-ysf-down:not(:empty):before {
content: "Down: ";
}
.openwebrx-maps-pin {
background-image: url("../gfx/google_maps_pin.svg");
background-position: center;