This commit is contained in:
2026-02-19 13:03:06 +03:00
parent 5c1aebaea6
commit ced99ab585

View File

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