mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 16:51:07 -05:00
Update loading indicator styling for dark mode compatibility
This commit is contained in:
@@ -149,10 +149,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="loading-indicator"
|
<div id="loading-indicator"
|
||||||
class="absolute inset-0 flex items-center justify-center rounded-lg htmx-indicator bg-gray-900/80">
|
class="absolute inset-0 flex items-center justify-center rounded-lg htmx-indicator bg-white/80 dark:bg-gray-900/80">
|
||||||
<div class="flex items-center p-6 space-x-4">
|
<div class="flex items-center p-6 space-x-4">
|
||||||
<div class="w-8 h-8 border-4 border-blue-500 rounded-full animate-spin border-t-transparent"></div>
|
<div class="w-8 h-8 border-4 border-blue-500 rounded-full animate-spin border-t-transparent"></div>
|
||||||
<span class="text-gray-300">Loading...</span>
|
<span class="text-gray-900 dark:text-gray-300">Loading...</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user