From 8f178e6dfc50491f84ea2e853ead40b1d961b106 Mon Sep 17 00:00:00 2001 From: Elsio Sanchez <45974454+elsiosanchez@users.noreply.github.com> Date: Wed, 28 Apr 2021 18:20:42 -0400 Subject: [PATCH] modifying the style to be able to close the registration panel while loading the registration table (#792) Co-authored-by: elsiosanchez --- .../ADempiere/DataTable/dataTables-StyleGlobal.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/components/ADempiere/DataTable/dataTables-StyleGlobal.scss b/src/components/ADempiere/DataTable/dataTables-StyleGlobal.scss index c9fccd68..d13b152f 100644 --- a/src/components/ADempiere/DataTable/dataTables-StyleGlobal.scss +++ b/src/components/ADempiere/DataTable/dataTables-StyleGlobal.scss @@ -2,6 +2,19 @@ td.cell-align-right, .cell-align-right { text-align: right !important; } +// loading +.el-loading-mask { + position: absolute; + z-index: 4; + background-color: rgba(255, 255, 255, 0.9); + margin: 0; + top: 0; + right: 0; + bottom: 0; + left: 0; + -webkit-transition: opacity 0.3s; + transition: opacity 0.3s; +} // options to record with contextual menu .contextual-menu {