mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
[web] Change the background behind modal dialogues and menus
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user