Match overlay opacity throughout

#209
This commit is contained in:
narcolepticinsomniac 2017-10-12 19:52:49 -04:00 committed by GitHub
parent e612a305cc
commit 0b17c669de

View File

@ -5,8 +5,7 @@
bottom: 0;
display: flex;
position: fixed;
box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.35);
background-color: rgba(0, 0, 0, .25);
background-color: rgba(0, 0, 0, 0.45);
animation: fadein .25s ease-in-out;
z-index: 9999990;
-moz-user-select: none;
@ -23,7 +22,7 @@
display: flex;
flex-direction: column;
background-color: white;
box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.35);
box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.225);
z-index: 9999991;
-moz-user-select: text;
}
@ -140,4 +139,3 @@
opacity: 0;
}
}