OpenVK Modern: fix display of incoming friends and yellow header

(also, why .page-wrap was here instead of .page_wrap?..)
This commit is contained in:
rudzik8 2022-06-15 13:35:47 +07:00
parent 7eee3c8cf3
commit 8cf2c9bb73

View file

@ -107,7 +107,7 @@ body {
border-bottom: solid 1px #EEE5B8;
}
.page-wrap {
.page_wrap {
border-bottom: solid 1px #fff;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
@ -118,11 +118,6 @@ body {
border-left: solid 1px #EEE5B8;
}
#wrapH {
border-right: solid 1px #fff;
border-left: solid 1px #fff;
}
.menu_divider {
background: #E5E5E5;
}
@ -150,6 +145,10 @@ input[type~="search"], textarea, select {
border: 1px solid #E5E5E5;
}
.summaryBar {
border-bottom: #fff solid 1px;
}
.page_footer .link:hover {
border-top: 0px;
}