This commit is contained in:
2026-02-19 13:05:09 +03:00
parent c1b2a09b8e
commit 29c5f61e17

View File

@@ -1041,12 +1041,13 @@ progress {
} }
/* ======================================== /* ========================================
СКРЫТЬ ВНЕШНИЙ ФУТЕР НА СТРАНИЦЕ ФИЛЬМЫ СКРЫТЬ ФОН ВНЕШНЕГО ФУТЕРА НА СТРАНИЦЕ ФИЛЬМЫ
======================================== */ ======================================== */
/* Скрываем внешний футер внутри карточек на странице фильмов */ /* Делаем фон внешнего футера прозрачным, текст остаётся */
#moviesTab .cardBox.visualCardBox .cardFooter { #moviesTab .cardBox.visualCardBox .cardFooter {
display: none !important; background-color: transparent !important;
box-shadow: none !important;
} }
/* ======================================== /* ========================================