scale the background for large monitors

This commit is contained in:
Jakob Ketterl 2019-10-06 14:22:49 +02:00
parent 6adbc6c291
commit 8c2f081cb0
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ input[type=range]:focus::-ms-fill-upper
background-image: url('../gfx/openwebrx-background-cool-blue.png');
background-repeat: no-repeat;
background-color: #1e5f7f;
background-size: cover;
cursor: crosshair;
}