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

Fix disabled style for monitor toggle button

(cherry picked from commit dde28cbd7e16b85f78d38c8dde7cf6bbb6119bb3)
pull/5051/head
Bogdan 8 months ago
parent 8f9281f914
commit 88f4c0c6cd

@ -3,9 +3,9 @@
padding: 0;
font-size: inherit;
}
.isDisabled {
color: var(--disabledColor);
cursor: not-allowed;
&.isDisabled {
color: var(--disabledColor);
cursor: not-allowed;
}
}

Loading…
Cancel
Save