Fix block loader style for datatables

This commit is contained in:
Stephen Abello
2021-06-04 11:44:28 +02:00
parent 8a46900df9
commit 3d338aff33
3 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
$ibo-vendors-blockui--blockoverlay--within--datatable--background-color: $ibo-color-white-100 !default;
.ibo-datatable .blockUI.blockOverlay{
background-color: $ibo-vendors-blockui--blockoverlay--within--datatable--background-color;
}
.ibo-datatable .blockUI.blockMsg{
font-size: 2em;
}