Add helper text to “add Sone” input field.
[Sone.git] / src / main / resources / static / css / sone.css
index 195708a..bd57f26 100644 (file)
        display: inline;
 }
 
+#sone #create-sone {
+       
+}
+
 #sone #tail .import-key {
        margin-top: 1em;
        border-top: solid 1px #ccc;
        font-weight: bold;
 }
 
-#sone input.status-input.default, input.reply-input.default {
+#sone input.status-input.default, #sone input.reply-input.default, #sone #add-sone input[name=request-uri].default {
        color: #888;
 }