click handling and tuning

This commit is contained in:
Jakob Ketterl
2019-09-28 02:21:29 +02:00
parent 020445743c
commit 12a341e607
2 changed files with 19 additions and 2 deletions

View File

@ -187,6 +187,10 @@ input[type=range]:focus::-ms-fill-upper
transform: translate(-50%, 0);
}
#openwebrx-bookmarks-container .bookmark.selected {
z-index: 10;
}
#openwebrx-bookmarks-container .bookmark:hover {
z-index: 11;
}