Hovering away no longer stops editing of editables

fixes #21
This commit is contained in:
Ali Asaria 2011-06-23 09:29:40 -04:00
parent da38ac51ac
commit 35e4cf64af
6 changed files with 25 additions and 9 deletions

View file

@ -81,7 +81,7 @@ width: 16px; height: 16px;
}
.card-edit-form, .card-edit-form input, .card-edit-form textarea {
border:none;
border: none;
font-size:inherit;
font-weight:inherit;
background-color:inherit;
@ -95,6 +95,8 @@ width: 16px; height: 16px;
overflow: hidden;
resize: none;
width: 100%;
color: #330066;
color: #666;
}