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

40 lines
429 B

/*jQuery UI*/
.ui-widget-header
{
font-weight: normal;
}
.t-combobox .t-input
{
line-height: 25px;
}
.ui-autocomplete
{
border-color: #333333;
background: #333333;
}
.ui-autocomplete .ui-state-hover
{
background: #333333;
border-color: #065EFE;
}
.ui-menu-item .ui-corner-all
{
color: #065EFE;
}
.jquery-tabs
{
margin-top: 10px;
}
/*MiniProfiler*/
.profiler-button
{
opacity: 0.4;
}