mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-06 06:55:10 +00:00
add an overlay feedback
This commit is contained in:
parent
31375fab61
commit
2c3cd98e28
3 changed files with 19 additions and 0 deletions
|
|
@ -163,4 +163,14 @@ h1 {
|
|||
|
||||
.device-log-messages {
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue