Merge branch 'develop' into drm
This commit is contained in:
commit
d4396cc61a
@ -274,6 +274,18 @@ input[type=range]:disabled {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@supports(background-image: -webkit-image-set(url('../gfx/openwebrx-background-cool-blue.webp') 1x)) {
|
||||
#webrx-canvas-background {
|
||||
background-image: -webkit-image-set(url('../gfx/openwebrx-background-cool-blue.webp') 1x);
|
||||
}
|
||||
}
|
||||
|
||||
@supports(background-image: image-set(url('../gfx/openwebrx-background-cool-blue.webp') 1x)) {
|
||||
#webrx-canvas-background {
|
||||
background-image: image-set(url('../gfx/openwebrx-background-cool-blue.webp') 1x);
|
||||
}
|
||||
}
|
||||
|
||||
#webrx-canvas-container
|
||||
{
|
||||
position: relative;
|
||||
|
BIN
htdocs/gfx/openwebrx-background-cool-blue.webp
Normal file
BIN
htdocs/gfx/openwebrx-background-cool-blue.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user