high box shadow blur kills the client
This commit is contained in:
parent
cf8c669e83
commit
8725ea2d57
2 changed files with 3 additions and 2 deletions
|
|
@ -45,7 +45,8 @@ input[type='password']
|
|||
:background
|
||||
:color #000
|
||||
:color #eaeaea
|
||||
:-webkit-box-shadow 0 0 500px #fff
|
||||
:-webkit-box-shadow 0 0 70px #fff
|
||||
:-moz-box-shadow 0 0 70px #fff
|
||||
:border 1px solid #666
|
||||
|
||||
.container
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ input[type='password'] {
|
|||
margin-top: 0;
|
||||
background-color: black;
|
||||
color: #eaeaea;
|
||||
-webkit-box-shadow: 0 0 500px white;
|
||||
-webkit-box-shadow: 0 0 70px white;
|
||||
border: 1px solid #666666; }
|
||||
|
||||
.container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue