Unable to change portal background picture after updating to UCS 5.0-2

Hello everyone,

After updating to UCS 5.0-2, I have been unable to change my background picture at all. It’s currently showing as a bright red color regardless of the image chosen. When I attempt to edit the picture of the background, nothing changes.

Does anyone have any ideas on how to fix this?

image

Thank you very much for the help!

I’ve tried editing every setting I can think of. Nothing changes it.

Found the culprit!

Looks like /var/www/univention/theme.css had the following code:

@import url("themes/dark.css");
.portal__background {
	background: #BA2323!important;
}

Just edit out everything except for the first line and the issue is fixed.

Mastodon