mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
OpenVK Modern: change top infobar color and remove silly border for psa-poster (#601)
This commit is contained in:
parent
d483ca4a10
commit
6129bc303e
1 changed files with 14 additions and 10 deletions
|
@ -103,10 +103,18 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_yellowheader {
|
.page_yellowheader {
|
||||||
background: #EEE5B8;
|
background: #E2E2E2;
|
||||||
border-right: solid 1px #EEE5B8;
|
border-right: solid 1px #E2E2E2;
|
||||||
border-left: solid 1px #EEE5B8;
|
border-left: solid 1px #E2E2E2;
|
||||||
border-bottom: solid 1px #EEE5B8;
|
border-bottom: solid 1px #E2E2E2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page_yellowheader span {
|
||||||
|
color: #BBBBBB;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page_yellowheader a {
|
||||||
|
color: #5C5C5C;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-wrap {
|
.page-wrap {
|
||||||
|
@ -122,8 +130,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapHI {
|
#wrapHI {
|
||||||
border-right: solid 1px #EEE5B8;
|
border-right: solid 1px #E2E2E2;
|
||||||
border-left: solid 1px #EEE5B8;
|
border-left: solid 1px #E2E2E2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_divider {
|
.menu_divider {
|
||||||
|
@ -191,10 +199,6 @@ input[type~="search"], textarea, select {
|
||||||
border: 1px solid #FAFAFA;
|
border: 1px solid #FAFAFA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.psa-poster {
|
|
||||||
border: 5px solid #F3F3F3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ovk-diag {
|
.ovk-diag {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue