placeholder fades out

This commit is contained in:
James Koster 2013-03-27 14:59:52 +00:00
parent f8f4867254
commit b0961d4e91
3 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1288,6 +1288,13 @@ p.demo_store {
padding: 3px;
margin: 0 0 6px;
[placeholder]:focus::-webkit-input-placeholder {
-webkit-transition: opacity 0.5s 0.5s ease;
-moz-transition: opacity 0.5s 0.5s ease;
transition: opacity 0.5s 0.5s ease;
opacity: 0;
}
label {
display:block;
}

View File

@ -171,6 +171,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Fix - woocommerce_add_tinymce_lang array key.
* Fix - Find_rates now works with both postcode and city together.
* Fix - PrettyPhoto content clearfixed.
* Tweak - UX - Placeholder fades out on focus
= 2.0.5 - 26/03/2013 =
* Tweak - Made no shipping available messages filterable via woocommerce_cart_no_shipping_available_html and woocommerce_no_shipping_available_html.