dial frequencies as bookmarks

This commit is contained in:
Jakob Ketterl
2019-10-12 17:14:28 +02:00
parent 378c574eed
commit 98217b1745
3 changed files with 22 additions and 2 deletions

View File

@ -243,6 +243,14 @@ input[type=range]:focus::-ms-fill-upper
border-top-color: #0FF;
}
#openwebrx-bookmarks-container .bookmark[data-source=dial_frequencies] {
background-color: #0F0;
}
#openwebrx-bookmarks-container .bookmark[data-source=dial_frequencies]:after {
border-top-color: #0F0;
}
#webrx-canvas-container
{
position: relative;