Fix white screen after user's inactivity:
- add different class to vex overlay - add different css rules Change-Id: I89c971bd160a05a1c1fae20bbdecbf171c47f8ca Reviewed-on: https://gerrit.libreoffice.org/82061 Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com> Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com> Tested-by: Muhammet Kara <muhammet.kara@collabora.com>
This commit is contained in:
parent
ca7f7e5289
commit
e2206e12ac
2 changed files with 8 additions and 0 deletions
|
@ -131,4 +131,11 @@
|
|||
background-color: #fff !important;
|
||||
border: 1px solid #aaa !important;
|
||||
}
|
||||
.vex-overlay.loleaflet-user-idle-overlay {
|
||||
background-color: #05396180;
|
||||
}
|
||||
.vex-content.loleaflet-user-idle{
|
||||
padding-top: 160px !important;
|
||||
padding-bottom: 160px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -448,6 +448,7 @@ L.Socket = L.Class.extend({
|
|||
map._documentIdle = false;
|
||||
return map._activate();
|
||||
};
|
||||
$('.vex-overlay').addClass('loleaflet-user-idle-overlay');
|
||||
}
|
||||
|
||||
if (postMsgData['Reason']) {
|
||||
|
|
Loading…
Reference in a new issue