Inherit text color for texatrea elements
authorJoey Schulze <joey@infodrom.org>
Thu, 13 May 2010 17:40:11 +0000 (19:40 +0200)
committerJoey Schulze <joey@infodrom.org>
Thu, 13 May 2010 17:40:11 +0000 (19:40 +0200)
stylesheet.css

index 9b59608..0a20626 100644 (file)
@@ -45,6 +45,7 @@ input, select {
 textarea {
     border: 1px solid #CCC;
     font-size: 90%;
+    color: inherit;
 }
 
 button {