Merge branch 'ent-6197-login-background-doestn-work-on-edge' into 'develop'
Fixed custom login background on Edge and IE See merge request artica/pandorafms!3427
This commit is contained in:
commit
12356695a6
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue