diff --git a/theme/boost/scss/moodle/tables.scss b/theme/boost/scss/moodle/tables.scss index 56e01faa15d..31ac1aa2d14 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 aab7a358abe..a9b13649500 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -35125,12 +35125,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 { max-height: 3rem; max-width: 3rem; font-size: 3rem; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index cdd75c24d1d..67d41f27f2b 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -35125,12 +35125,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 { max-height: 3rem; max-width: 3rem; font-size: 3rem;