Apply gray color to all default input elements.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 21 Oct 2010 08:56:52 +0000 (10:56 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 21 Oct 2010 08:56:52 +0000 (10:56 +0200)
src/main/resources/static/css/sone.css

index 6ff18c2..01a2d30 100644 (file)
@@ -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;
 }