Merge pull request #173 from jwt27/jwt27/highlight-freq-digits

Highlight frequency digits on mouse hover
This commit is contained in:
Jakob Ketterl 2020-10-16 20:29:52 +02:00 committed by GitHub
commit 93f7195429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -358,6 +358,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;