Set default text color for textareas.
[Sone.git] / src / main / resources / static / css / sone.css
index 22010b6..ab242a2 100644 (file)
@@ -652,7 +652,7 @@ textarea {
        font-weight: bold;
 }
 
-#sone input.default {
+#sone input.default, #sone textarea.default {
        color: #888;
 }