diff --git a/theme/boost/scss/moodle/tables.scss b/theme/boost/scss/moodle/tables.scss index d4e2233bf53..1d32a989506 100644 --- a/theme/boost/scss/moodle/tables.scss +++ b/theme/boost/scss/moodle/tables.scss @@ -71,7 +71,7 @@ table { } } -.table-dynamic .loading-icon { +.table-dynamic > .loading-icon { position: absolute; left: calc(50% - 1.5rem); top: 200px; diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 6cd4e3ad347..c426c95a47c 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -35302,12 +35302,12 @@ table .sticky-column { background-color: inherit; } -.table-dynamic .loading-icon { +.table-dynamic > .loading-icon { position: absolute; left: calc(50% - 1.5rem); top: 200px; } -.table-dynamic .loading-icon .icon { +.table-dynamic > .loading-icon .icon { height: 3rem; width: 3rem; font-size: 3rem; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 1f57e728fbf..28622776b47 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -35302,12 +35302,12 @@ table .sticky-column { background-color: inherit; } -.table-dynamic .loading-icon { +.table-dynamic > .loading-icon { position: absolute; left: calc(50% - 1.5rem); top: 200px; } -.table-dynamic .loading-icon .icon { +.table-dynamic > .loading-icon .icon { height: 3rem; width: 3rem; font-size: 3rem;