mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-08 08:37:20 +02:00
24 lines
461 B
Stylus
24 lines
461 B
Stylus
.bx-navigation-dialog {
|
|
position: absolute;
|
|
z-index: var(--bx-navigation-dialog-z-index);
|
|
font-family: var(--bx-title-font);
|
|
|
|
*:focus {
|
|
outline: none !important;
|
|
}
|
|
}
|
|
|
|
.bx-navigation-dialog-overlay {
|
|
position: fixed;
|
|
background: #0b0b0be3;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: var(--bx-navigation-dialog-overlay-z-index);
|
|
|
|
&[data-is-playing="true"] {
|
|
background: transparent;
|
|
}
|
|
}
|