Hello all,
I’m trying to setup a Cloudforms server with a custom background image. I have uploaded an image that is 1280 x 1000. It looks fine on a small screen, but starts to duplicate on a higher res screen.
I have tried to edit;
/var/www/miq/vmdb/app/assets/stylesheets/main.css
to show;
body.whitelabel {
background: url("#{$img-path}/#{$img-bg-login-whitelabel}");
background-size: 100% auto;
}
But after a restart there is no change.
I’m probably not doing it right, but no changes to the css files seem to have an effect after a restart. Any help is appreciated!