Fixed custom login background on Edge and IE

This commit is contained in:
Luis Calvo 2020-09-01 17:52:36 +02:00
parent bc88ca7acf
commit 8314a25830
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,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, #02020255 36%, transparent 36%), url('".$background_url."');\"";
$login_body_style = "style=\"background:linear-gradient(74deg, rgba(2, 2, 2, 0.333) 36%, transparent 36%), url('".$background_url."');\"";
}
// Support for Internet Explorer and Microsoft Edge browsers

View File

@ -34,7 +34,7 @@ div#error_buttons a {
}
.login_body_trident {
background: url("../../images/backgrounds/background_pandora_console_keys.jpg") !important;
background: url("../../images/backgrounds/background_pandora_console_keys.jpg");
}
p.log_in {