From 40b19ec561335a4021f1ce104313571a020d01ad Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Tue, 27 May 2025 18:52:08 +0300 Subject: [PATCH] feat: ajloader styles change --- Web/static/css/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Web/static/css/main.css b/Web/static/css/main.css index 614b4258..7aa433d2 100644 --- a/Web/static/css/main.css +++ b/Web/static/css/main.css @@ -3840,12 +3840,13 @@ hr { display: none; position: fixed; top: -10%; - background: rgba(26, 26, 26, 0.9);; + background: rgba(0, 0, 0, 0.8); + box-shadow: 0px 0px 2px 0px black; padding-top: 12px; width: 91px; height: 25px; text-align: center; - border-radius: 1px; + border-radius: 2px; margin: auto; left: 0; right: 0;