From c359a5705918169d2ca22652338ee660a2120391 Mon Sep 17 00:00:00 2001 From: Daniel <60743585+myslivets@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:06:46 +0300 Subject: [PATCH] Update style.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Смешные ошибки стрелочек в блоках, выпуск №3 --- Web/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index e6796082..deafd2ad 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -596,7 +596,7 @@ input[type=radio]:checked { } .content_title_expanded { - background-image: url('../img/flex_arrow_open2.png'); + background-image: url('../img/flex_arrow_open2.png')!important; background-repeat: no-repeat; background-color: #e6e6e6; border-top: #8B8B8B solid 1px; @@ -610,7 +610,7 @@ input[type=radio]:checked { } .content_title_unexpanded { - background-image: url('../img/flex_arrow_shut.gif'); + background-image: url('../img/flex_arrow_shut.gif')!important; background-repeat: no-repeat; background-color: #eee; border-top: solid 1px #ccc;