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 {