mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
scale background (it's stretching now, doesn't look too bad though)
This commit is contained in:
parent
5a3e2a2575
commit
fac19e09cd
2 changed files with 12 additions and 6 deletions
|
|
@ -153,17 +153,21 @@ input[type=range]:focus::-ms-fill-upper
|
|||
#openwebrx-scale-container
|
||||
{
|
||||
height: 47px;
|
||||
background-image: url("../gfx/openwebrx-scale-background.png");
|
||||
background-repeat: repeat-x;
|
||||
overflow: hidden;
|
||||
z-index:1000;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#openwebrx-frequency-container {
|
||||
background-image: url("../gfx/openwebrx-scale-background.png");
|
||||
background-repeat: repeat-x;
|
||||
background-size: cover;
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
#openwebrx-bookmarks-container
|
||||
{
|
||||
height: 25px;
|
||||
background-color: #444;
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue