placeholder fades out
This commit is contained in:
parent
f8f4867254
commit
b0961d4e91
File diff suppressed because one or more lines are too long
|
@ -1288,6 +1288,13 @@ p.demo_store {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: 0 0 6px;
|
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 {
|
label {
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 - woocommerce_add_tinymce_lang array key.
|
||||||
* Fix - Find_rates now works with both postcode and city together.
|
* Fix - Find_rates now works with both postcode and city together.
|
||||||
* Fix - PrettyPhoto content clearfixed.
|
* Fix - PrettyPhoto content clearfixed.
|
||||||
|
* Tweak - UX - Placeholder fades out on focus
|
||||||
|
|
||||||
= 2.0.5 - 26/03/2013 =
|
= 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.
|
* Tweak - Made no shipping available messages filterable via woocommerce_cart_no_shipping_available_html and woocommerce_no_shipping_available_html.
|
||||||
|
|
Loading…
Reference in New Issue