Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #686 from karelhala/HAWKULAR-775_modalFix
Browse files Browse the repository at this point in the history
HAWKULAR-775
  • Loading branch information
mtho11 committed Nov 30, 2015
2 parents 2b7eaa9 + 06d2249 commit 2921a8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion console/src/main/scripts/plugins/accounts/less/accounts.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@
font-weight: bold;
}

body.inactivity-modal-open #main, body.inactivity-modal-open .navbar, body.inactivity-modal-open #idle, body.inactivity-modal-open .screen-content {
body.inactivity-modal-open #main,
body.inactivity-modal-open .navbar,
body.inactivity-modal-open #idle,
body.inactivity-modal-open .screen-content,
body.inactivity-modal-open .modal:not(.time-out-dialog)
{
filter: blur(5px);
/* Webkit */
-webkit-filter: blur(5px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ module HawkularAccounts {
$modal.open({
templateUrl: 'plugins/accounts/html/inactivityModal.html',
backdrop: 'static',
keyboard: false
keyboard: false,
windowClass: 'time-out-dialog'
}).opened.then(() => {
HawtioKeycloak.keycloak.clearToken();
});
Expand Down

0 comments on commit 2921a8d

Please sign in to comment.