From 0d6053f218c0f63885f86c4a4a0874140b55500a Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 6 Nov 2023 16:28:16 +0700 Subject: [PATCH] Update main.css --- styles/templates/default/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/templates/default/css/main.css b/styles/templates/default/css/main.css index d71ef864..573d5044 100644 --- a/styles/templates/default/css/main.css +++ b/styles/templates/default/css/main.css @@ -961,7 +961,7 @@ a.menu-root, a.menu-root:visited, a.menu-root:hover { * ================================================================ */ var.ajax-params { display: none; } #ajax-loading, #ajax-error { - position: fixed; top:0 !important; z-index: 2000; padding: 4px; font-size: 11px; + position: fixed; top:0 !important; z-index: 2000; padding: 4px; font-size: 11px; color: white; max-width: 400px; max-height: 200px; white-space: nowrap; display: none; } #ajax-loading {