mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
set prefixes using CSS
This commit is contained in:
parent
23bf1df72a
commit
6e416d0839
2 changed files with 15 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue