sync indicator

This commit is contained in:
Jakob Ketterl 2019-06-15 12:30:04 +02:00
parent 3a89f52028
commit adf62bc2ca
4 changed files with 18 additions and 7 deletions

View file

@ -963,6 +963,17 @@ img.openwebrx-mirror-img
background-color: #95bbdf;
}
.openwebrx-meta-slot.sync .openwebrx-dmr-slot:before {
content:"";
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
background-color: #ABFF00;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}
.openwebrx-meta-slot:last-child {
margin-right: 0;
}