Skip to content
Snippets Groups Projects
Commit 5fe1ee01 authored by Michael Enz's avatar Michael Enz
Browse files

FXOLAT-478: login bg is displayed in ie9 without gradient, remains hidden in ie<=8

parent a6406915
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,10 @@ body.o_dmz {
@else if $o-login-form-align == center {
$o-login-bg-gradient-to : top;
}
//bg without gradient, as fallback for ie < 10
background: url('#{$o-login-form-bg-img}') 0px $o-navbar-dmz-height / cover;
background: linear-gradient(to $o-login-bg-gradient-to, $o-login-form-bg-gradient-steps...), url('#{$o-login-form-bg-img}');
background-size: cover, cover;
background-position: 0px $o-navbar-dmz-height, 0px $o-navbar-dmz-height;
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment