From d8127dccafb6d6ec36424fcbfa046321579ed5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Mon, 25 May 2026 14:38:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B7=D0=B0=D1=89=D0=B8=D1=82=D1=83=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BE=D1=82=D1=87=D0=B8=D1=81=D1=82=D0=BA=D0=B8=20=D1=81=D0=BE?= =?UTF-8?q?=D0=B1=D1=8B=D1=82=D0=B8=D0=B9=20=D0=BC=D0=B0=D1=82=D1=87=D0=B0?= =?UTF-8?q?,=20css=20=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20=D1=82=D0=B5=D0=BC?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/styles.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/static/styles.css b/static/styles.css index cf76a94..8ec0ed7 100644 --- a/static/styles.css +++ b/static/styles.css @@ -2444,6 +2444,30 @@ body:not(.edit-mode-on) .referee-search { .clear-match-modal-content { width: min(420px, 92vw); + + background: + linear-gradient( + 180deg, + rgba(31, 36, 46, 0.98), + rgba(18, 21, 27, 0.98) + ) !important; + + border: 1px solid rgba(255,255,255,0.08); + color: var(--text); + box-shadow: 0 24px 80px rgba(0,0,0,.55); +} + +#clearMatchModal .formation-modal-backdrop { + background: rgba(0,0,0,.72); + backdrop-filter: blur(4px); +} + +#clearMatchModal .formation-modal-title { + color: #fff; +} + +#clearMatchModal .formation-modal-subtitle { + color: var(--muted); } .clear-match-warning {