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