From: David ‘Bombe’ Roden Date: Thu, 21 Oct 2010 08:56:52 +0000 (+0200) Subject: Apply gray color to all default input elements. X-Git-Tag: 0.1-RC1~133 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=f9e5a2f7c13f3ce5109ee29c3374b538d9645165 Apply gray color to all default input elements. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 6ff18c2..01a2d30 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -336,7 +336,7 @@ textarea { font-weight: bold; } -#sone input.status-input.default, #sone input.reply-input.default, #sone #add-sone input[name=request-uri].default { +#sone input.default { color: #888; }