From d5a720f12d5dab0aa05e8044817d861f79aa740d Mon Sep 17 00:00:00 2001 From: Oleg Tolchin Date: Thu, 19 Feb 2026 13:28:52 +0300 Subject: [PATCH] --- theme/tolfin.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/tolfin.css b/theme/tolfin.css index 65a3ddc..205dcba 100644 --- a/theme/tolfin.css +++ b/theme/tolfin.css @@ -991,6 +991,12 @@ progress { background-color: var(--theme-progress-bar-background-colour) !important; } +/* Делаем фон внутреннего футера прозрачным */ +.innerCardFooter { + background-color: transparent !important; + box-shadow: none !important; +} + /* ======================================== МОДУЛЬ: FLOATING PROGRESS ======================================== */