From f2a91f36366d270b59d208712e59cf32533006be Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Tue, 21 Jul 2009 21:06:00 +0000 Subject: Make the view-selection and jump-to-document widgets at the top of the Futon database page a bit more compact. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@796535 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 1 + 1 file changed, 1 insertion(+) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index f1575f9d..5de148c4 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -58,6 +58,7 @@ button[disabled] { color: #999; } input, select, textarea { background: #fff; border: 1px solid; border-color: #999 #ddd #ddd #999; margin: 0; padding: 1px; } +input.placeholder { color: #999; } textarea { font-family: "DejaVu Sans Mono",Monaco,monospace; font-size: 100%; } fieldset { border: none; font-size: 95%; margin: 0; padding: .2em 0 0; } fieldset legend { color: #666; font-weight: bold; padding: 0; } -- cgit v1.2.3