Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/fa2b2df7d552472ab1295bb880a6ded1587c8f2f/UI/Content/form.css You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/Content/form.css

35 lines
514 B

.form-horizontal .controls i {
font-size: 16px;
/*color: #3A87AD;*/
/* Info blue */
color: #595959;
cursor: default;
}
.form-horizontal .controls i.warning {
color: #f89406;
}
.form-horizontal .controls i.danger {
color: #b94a48;
}
.help-inline-checkbox {
float: left;
padding-left: 7px;
padding-top: 3px;
}
.switch {
float: left;
}
textarea.nzb-restrictions {
width: 260px;
}
.text-area-help {
display: block;
color: #777777;
font-size: 12px;
}