mirror of
https://github.com/owntone/owntone-server.git
synced 2025-05-04 16:56:45 -04:00
[web] Change the background behind modal dialogues and menus
This commit is contained in:
parent
1db7b53df0
commit
675b090c0b
@ -48,10 +48,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.modal-background {
|
||||
background-color: rgba(10, 10, 10, 0.5);
|
||||
}
|
||||
|
||||
.overlay-fullscreen {
|
||||
@extend .is-overlay;
|
||||
z-index: 25;
|
||||
background-color: rgba(10, 10, 10, 0.2);
|
||||
background-color: rgba(10, 10, 10, 0.5);
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user