high box shadow blur kills the client

This commit is contained in:
danielvincent 2010-06-29 23:28:15 -07:00
parent cf8c669e83
commit 8725ea2d57
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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 {