mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 06:25:19 +00:00
Merged Mathbox 3D support (gl3)
This commit is contained in:
commit
1c2e719cff
8 changed files with 764 additions and 16 deletions
|
|
@ -402,6 +402,12 @@ input[type=range]:focus::-ms-fill-upper
|
|||
/*transition: left 200ms, width 200ms;*/
|
||||
}
|
||||
|
||||
#openwebrx-mathbox-container
|
||||
{
|
||||
overflow: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#openwebrx-phantom-canvas
|
||||
{
|
||||
position: absolute;
|
||||
|
|
@ -536,7 +542,7 @@ input[type=range]:focus::-ms-fill-upper
|
|||
.openwebrx-button
|
||||
{
|
||||
background-color: #373737;
|
||||
padding: 5px;
|
||||
padding: 4.2px;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
color: White;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue