]> git.openstreetmap.org Git - rails.git/commitdiff
Style password fields (and textareas) to match text input fields.
authorTom Hughes <tom@compton.nu>
Wed, 23 Apr 2008 07:41:58 +0000 (07:41 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 23 Apr 2008 07:41:58 +0000 (07:41 +0000)
public/stylesheets/site.css

index c7f1b008572e7745a9982460e41f2b7fa4eaba89..35a76c498fef2fbfb19a7cdc7d808bcae5a23021 100644 (file)
@@ -525,7 +525,7 @@ hides rule from IE5-Mac \*/
   list-style: square;
 }
 
-input[type="text"] {
+input[type="text"], input[type="password"], textareas {
   border: 1px solid black;
 }