add bookmark button

This commit is contained in:
Jakob Ketterl
2019-09-28 16:50:21 +02:00
parent c3bcb17312
commit 4407146962
4 changed files with 36 additions and 2 deletions

View File

@ -537,6 +537,22 @@ img.openwebrx-mirror-img
width:110px;
}
#openwebrx-panel-receiver .frequencies-container {
display: flex;
flex-direction: row;
}
#openwebrx-panel-receiver .frequencies {
flex-grow: 1;
}
#openwebrx-panel-receiver .openwebrx-bookmark-button {
width: 27px;
height: 27px;
text-align: center;
}
#openwebrx-mute-on
{
color: lime;
@ -566,6 +582,10 @@ img.openwebrx-mirror-img
padding-top: 5px;
}
.openwebrx-panel-line:first-child {
padding-top: 0;
}
#openwebrx-smeter-outer
{
border-color: #888;