Merge branch 'ent-9851-14558-visualizacion-erronea-de-imagenes-en-la-pantalla-de-login' into 'develop'

Ent 9851 14558 visualizacion erronea de imagenes en la pantalla de login

See merge request artica/pandorafms!5292
This commit is contained in:
Rafael Ameijeiras 2022-12-12 08:09:11 +00:00
commit bca3cf82c7

View File

@ -91,7 +91,7 @@ $login_body_class = '';
// Overrides the default background with the defined by the user.
if (!empty($config['login_background'])) {
$background_url = 'images/backgrounds/'.$config['login_background'];
$login_body_style = "style=\"background:linear-gradient(74deg, rgba(2, 2, 2, 0.333) 36%, transparent 36%), url('".$background_url."');\"";
$login_body_style = "style=\"background-size: 100% 100% !important;background:linear-gradient(74deg, rgba(2, 2, 2, 0.333) 36%, transparent 36%), url('".$background_url."');\"";
}
// Support for Internet Explorer and Microsoft Edge browsers