From e056188adedf711c08355ecfcec2064716538745 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 22 Jul 2010 20:39:40 +0000 Subject: Futon: The CSS for dropdowns define a background (white) but no foreground color. Therefore it breaks with dark themes. Patch by Volker Mische. Closes COUCHDB-820. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@966850 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/style') 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 { -- cgit v1.2.3