loisoft / jquery-watermark

Automatically exported from code.google.com/p/jquery-watermark
0 stars 0 forks source link

Documentation for custom style for Firefox's placeholder #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using custom styling for native placeholder.

In firefox apperantly you need to add:

  opacity: 1; 

to the style because it adds by default "opacity: 0.54;".
Thought it could help someone.

Original issue reported on code.google.com by eli.sherer on 9 Oct 2013 at 7:41

GoogleCodeExporter commented 8 years ago
Thanks, I have added your suggestion to the documentation.  I have also removed 
the note indicating that the pseudo-class definition would continue to work in 
FF for some time, because it no longer works.  You have to use a pseudo-element 
definition in newer versions of FF.

Original comment by t...@speednet.biz on 9 Oct 2013 at 11:33