Update style.css

Смешные ошибки стрелочек в блоках, выпуск №3
This commit is contained in:
Daniel 2022-12-12 11:06:46 +03:00 committed by GitHub
parent f9083edfc4
commit c359a57059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;