mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
prevent accidental text selection
This commit is contained in:
parent
fb457ce9f1
commit
c3d459558a
|
|
@ -998,6 +998,7 @@ img.openwebrx-mirror-img
|
||||||
|
|
||||||
.openwebrx-dmr-timeslot-panel * {
|
.openwebrx-dmr-timeslot-panel * {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openwebrx-ysf-mode:not(:empty):before {
|
.openwebrx-ysf-mode:not(:empty):before {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue