Made section headers text unselectable.

This commit is contained in:
Marat Fayzullin 2023-04-03 16:34:40 -04:00
parent 2499218c51
commit 3f98216943
1 changed files with 6 additions and 0 deletions

View File

@ -1432,6 +1432,12 @@ img.openwebrx-mirror-img
text-align: left;
font-size: 10pt;
color: #AAA;
user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.openwebrx-section {