Using warning instead of danger for form elements

This commit is contained in:
Mark McDowall
2013-08-25 22:33:45 -07:00
parent 1c4a687854
commit 0fa4934358
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
<div class="controls">
<input type="number" placeholder="8989" name="port"/>
<span>
<i class="icon-nd-form-danger" title="Requires restart to take effect"/>
<i class="icon-nd-form-warning" title="Requires restart to take effect"/>
</span>
</div>
@@ -85,7 +85,7 @@
</select>
<span>
<i class="icon-nd-form-danger" title="Trace and Debug logging should only be enabled temporarily"/>
<i class="icon-nd-form-warning" title="Trace and Debug logging should only be enabled temporarily"/>
</span>
</div>
</div>