[Jifty-commit] r1620 - jifty/trunk/share/web/static/css

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jul 19 16:58:34 EDT 2006


Author: nelhage
Date: Wed Jul 19 16:58:34 2006
New Revision: 1620

Modified:
   jifty/trunk/share/web/static/css/forms.css

Log:
textareas can have placeholders, too; Style them appropriately as well

Modified: jifty/trunk/share/web/static/css/forms.css
==============================================================================
--- jifty/trunk/share/web/static/css/forms.css	(original)
+++ jifty/trunk/share/web/static/css/forms.css	Wed Jul 19 16:58:34 2006
@@ -140,6 +140,6 @@
     background: #dddddd;
 }
 
-input.placeholder {
+input.placeholder, textarea.placeholder {
     color: #666;
-}
\ No newline at end of file
+}


More information about the Jifty-commit mailing list