mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Update style.css
Смешные ошибки стрелочек в блоках, выпуск №3
This commit is contained in:
parent
f9083edfc4
commit
c359a57059
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue