mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Using warning instead of danger for form elements
This commit is contained in:
parent
1c4a687854
commit
0fa4934358
6 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue