Ajax loading animation hourglass reactivated

This commit is contained in:
OpenXE 2023-01-01 18:21:44 +01:00
parent 5b74049f5c
commit 93e3b01a25

View File

@ -3710,10 +3710,10 @@ span.red, b.red {
} }
.dataTables_wrapper .dataTables_processing { .dataTables_wrapper .dataTables_processing {
background: url('../images/loading.gif') no-repeat; background: url('../images/loading.gif') no-repeat !important;
background-position: 50% 0; background-position: 50% 0 !important;
background-size: 150px; background-size: 150px !important;
padding-top: 90px; padding-top: 90px !important;
} }
a.ui-tabs-anchor:hover { a.ui-tabs-anchor:hover {