mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
first attempt at an automatically calibrating waterfall
This commit is contained in:
parent
9f9a5ceaa3
commit
b9e6ffe03d
4 changed files with 51 additions and 3 deletions
|
|
@ -11,6 +11,11 @@ html, body
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.openwebrx-button.highlighted .sprite {
|
||||
background-image: linear-gradient(rgba(255,127,0,0.5), rgba(255,127,0,0.5)), url(../gfx/openwebrx-sprites.png);
|
||||
background-blend-mode: overlay;
|
||||
}
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and (min-device-pixel-ratio: 2) {
|
||||
.sprite {
|
||||
|
|
|
|||
|
|
@ -435,7 +435,7 @@ input[type=range]:disabled {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.openwebrx-button:hover, .openwebrx-demodulator-button.highlighted
|
||||
.openwebrx-button:hover, .openwebrx-demodulator-button.highlighted, .openwebrx-button.highlighted
|
||||
{
|
||||
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.0 , #3F3F3F), color-stop(1, #777777) );
|
||||
background:-moz-linear-gradient( center top, #373737 5%, #4F4F4F 100% );*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue