mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Some nd icons renamed and added
This commit is contained in:
parent
11a70a4a94
commit
07f7bba1f4
@ -68,16 +68,16 @@
|
|||||||
.icon(@plus);
|
.icon(@plus);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-form-info:before {
|
.icon-nd-form-info:before {
|
||||||
.icon(@question-sign);
|
.icon(@question-sign);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-form-warning:before {
|
.icon-nd-form-warning:before {
|
||||||
.icon(@warning-sign);
|
.icon(@warning-sign);
|
||||||
color: #f89406;
|
color: #f89406;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-form-danger:before {
|
.icon-nd-form-danger:before {
|
||||||
.icon(@exclamation-sign);
|
.icon(@exclamation-sign);
|
||||||
color: #b94a48;
|
color: #b94a48;
|
||||||
}
|
}
|
||||||
@ -85,4 +85,8 @@
|
|||||||
.icon-nd-donate:before {
|
.icon-nd-donate:before {
|
||||||
.icon(@heart);
|
.icon(@heart);
|
||||||
color: @nzbdroneRed;
|
color: @nzbdroneRed;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-nd-update:before {
|
||||||
|
.icon(@download-alt);
|
||||||
}
|
}
|
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<span class="help-inline-checkbox">
|
<span class="help-inline-checkbox">
|
||||||
<i class="icon-question-sign" title="Do you want to delete all files from disk?"/>
|
<i class="icon-question-sign" title="Do you want to delete all files from disk?"/>
|
||||||
<i class="icon-form-danger" title="This option is irreversible, use with extreme caution"/>
|
<i class="icon-nd-form-danger" title="This option is irreversible, use with extreme caution"/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<input type="text" name="downloadedEpisodesFolder" class="x-path"/>
|
<input type="text" name="downloadedEpisodesFolder" class="x-path"/>
|
||||||
<span class="help-inline">
|
<span class="help-inline">
|
||||||
<i class="icon-form-info" title="The folder where your download client downloads TV shows to (aka TV Download Dir)"/>
|
<i class="icon-form-info" title="The folder where your download client downloads TV shows to (aka TV Download Dir)"/>
|
||||||
<i class="icon-form-danger" title="Do not use the folder that contains some or all of your sorted and named TV shows - doing so could cause data loss"></i>
|
<i class="icon-nd-form-danger" title="Do not use the folder that contains some or all of your sorted and named TV shows - doing so could cause data loss"></i>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<div class="controls">
|
<div class="controls">
|
||||||
<input type="number" placeholder="8989" name="port"/>
|
<input type="number" placeholder="8989" name="port"/>
|
||||||
<span>
|
<span>
|
||||||
<i class="icon-form-danger" title="Requires restart to take effect"/>
|
<i class="icon-nd-form-danger" title="Requires restart to take effect"/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -85,7 +85,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<i class="icon-form-danger" title="Trace and Debug logging should only be enabled temporarily"/>
|
<i class="icon-nd-form-danger" title="Trace and Debug logging should only be enabled temporarily"/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<input type="number" min="10" max="120" name="rssSyncInterval"/>
|
<input type="number" min="10" max="120" name="rssSyncInterval"/>
|
||||||
|
|
||||||
<span class="help-inline">
|
<span class="help-inline">
|
||||||
<i class="icon-form-warning" title="This will apply to all indexers, please follow the rules set forth by them"/>
|
<i class="icon-nd-form-warning" title="This will apply to all indexers, please follow the rules set forth by them"/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
<span class="help-inline-checkbox">
|
<span class="help-inline-checkbox">
|
||||||
<i class="icon-form-danger" title="NzbDrone will use the existing file name if set to no"/>
|
<i class="icon-nd-form-danger" title="NzbDrone will use the existing file name if set to no"/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -35,8 +35,8 @@ define(
|
|||||||
route: 'logs'
|
route: 'logs'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Check for Update',
|
title : 'Check for Update',
|
||||||
icon: 'icon-download-alt',
|
icon : 'icon-nd-update',
|
||||||
command: 'applicationUpdate'
|
command: 'applicationUpdate'
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
|
Loading…
Reference in New Issue
Block a user