OpenVK Modern: change top infobar color and remove silly border for psa-poster (#601)

This commit is contained in:
Mikita Wiśniewski 2022-06-20 10:39:46 +07:00 committed by GitHub
parent d483ca4a10
commit 6129bc303e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,10 +103,18 @@ body {
}
.page_yellowheader {
background: #EEE5B8;
border-right: solid 1px #EEE5B8;
border-left: solid 1px #EEE5B8;
border-bottom: solid 1px #EEE5B8;
background: #E2E2E2;
border-right: solid 1px #E2E2E2;
border-left: solid 1px #E2E2E2;
border-bottom: solid 1px #E2E2E2;
}
.page_yellowheader span {
color: #BBBBBB;
}
.page_yellowheader a {
color: #5C5C5C;
}
.page-wrap {
@ -122,8 +130,8 @@ body {
}
#wrapHI {
border-right: solid 1px #EEE5B8;
border-left: solid 1px #EEE5B8;
border-right: solid 1px #E2E2E2;
border-left: solid 1px #E2E2E2;
}
.menu_divider {
@ -191,10 +199,6 @@ input[type~="search"], textarea, select {
border: 1px solid #FAFAFA;
}
.psa-poster {
border: 5px solid #F3F3F3;
}
.ovk-diag {
border: none;
}