summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/www/style/layout.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css
index a8abd491..4fff4980 100644
--- a/share/www/style/layout.css
+++ b/share/www/style/layout.css
@@ -55,7 +55,7 @@ code.null { color: #666; }
button { font-size: 100%; -webkit-appearance: square-button; }
button[disabled] { color: #999; }
input, select, textarea { background: #fff; border: 1px solid;
- border-color: #999 #ddd #ddd #999; margin: 0; padding: 1px;
+ border-color: #999 #ddd #ddd #999; color: #000; margin: 0; padding: 1px;
}
input.placeholder { color: #999; }
textarea {