highlight frequency digits on mouse hover

This commit is contained in:
J.W. Jagersma 2020-08-30 22:19:43 +02:00
parent d609acc6aa
commit 325eab35a9
No known key found for this signature in database
GPG Key ID: 438BF81BA7510C54

View File

@ -344,6 +344,13 @@ input[type=range]:disabled {
line-height: 22px;
}
.webrx-actual-freq .digit:hover {
color: #FFFF50;
border-radius: 5px;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.0 , #373737), color-stop(1, #4F4F4F) );
background: -moz-linear-gradient( center top, #373737 0%, #4F4F4F 100% );
}
.webrx-mouse-freq {
width: 100%;
text-align: left;