OpenVK Modern: make popups look more minimalistic

and return the .container_gray .content border back so it looks better
This commit is contained in:
rudzik8 2022-06-16 13:01:26 +07:00
parent cdc6aafa27
commit 308f3dbda6

View file

@ -137,7 +137,7 @@ body {
}
.container_gray .content {
border: #fff solid 1px;
border: #E5E5E5 solid 1px;
}
.accent-box {
@ -193,6 +193,14 @@ input[type~="search"], textarea, select {
border: 5px solid #F3F3F3;
}
.ovk-diag {
border: none;
}
.ovk-diag-head {
border-bottom: 1px solid #757575;
}
#votesBalance {
border-bottom: 1.5px solid #f6f6f6;
}