remove the x icon on the session timeout modal (it doesn't work)

This commit is contained in:
Ryan Petrello 2018-11-19 14:36:16 -05:00
parent 0c1a4439ba
commit 9e2f4cff08
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777
2 changed files with 5 additions and 0 deletions

View File

@ -2307,6 +2307,10 @@ input[disabled].ui-spinner-input {
background: @default-bg;
}
.ui-dialog.no-close button.close {
display: none;
}
html { height: 100%; }
body {

View File

@ -157,6 +157,7 @@ export default
title: i18n._("Idle Session"),
scope: $rootScope,
buttons: buttons,
dialogClass: "no-close",
width: 470,
height: 240,
minWidth: 200,