Fixes for the overlay on the settings UI.
The background of the settings UI is set to transparent when the overlay is toggled. The color of the frame bar has been adjusted to what it should actually be.
This commit is contained in:
@@ -61,7 +61,7 @@ body, button {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
transition: background-color 1s ease;
|
||||
/*background-color: rgba(1, 2, 1, 0.5);*/
|
||||
/*background-color: rgba(0, 0, 0, 0.5);*/
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
@@ -883,7 +883,8 @@ body, button {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
background: rgba(0, 0, 0, 0.50);
|
||||
background-color: rgba(0, 0, 0, 0.50);
|
||||
transition: background-color 0.25s cubic-bezier(.02, .01, .47, 1);
|
||||
}
|
||||
|
||||
/* Drop shadow displayed when content is scrolled out of view. */
|
||||
|
||||
Reference in New Issue
Block a user