diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index cd7dd6201..8ac2e8726 100755 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -143,13 +143,15 @@
@@ -378,6 +380,15 @@ background-color: #dc3545; color: white; } + .loading-indicator { + display: inline-flex; + align-items: center; + justify-content: center; + color: #00749C; + } + .loading-indicator i { + font-size: 14px; + }