fix modal background

This commit is contained in:
devfake 2015-07-05 23:42:41 +02:00
parent d095678478
commit 98b57a3b65
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ body {
max-width: 100%;
border-radius: 0;
margin: auto;
background: rgba(6, 13, 22, 0.9);
background: rgba(6, 13, 22, 0.95);
padding: 20px 0 0 0;
}
@ -84,7 +84,7 @@ body {
transform: translate(-50%, 0px);
left: 50%;
width: 500px;
background: rgba(6, 13, 22, 0.9);
//background: rgba(6, 13, 22, 0.9);
//padding: 15px;
padding: 50px 0;
margin-top: -30px;