OpenVK Modern: fix left page block, popup dialogue and checkboxes (#610)

* OpenVK Modern: fix left page block and popup dialogue

* OpenVK Modern: fix checkboxes display
This commit is contained in:
Mikita Wiśniewski 2022-06-28 18:38:54 +07:00 committed by GitHub
parent 4b9934f63d
commit bad10d3fb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

View file

@ -134,6 +134,10 @@ body {
border-left: solid 1px #E2E2E2;
}
.left_small_block {
border-right: 1px #fff solid;
}
.menu_divider {
background: #E5E5E5;
}
@ -161,6 +165,10 @@ input[type~="search"], textarea, select {
border: 1px solid #E5E5E5;
}
input[type=checkbox] {
background-image: url("/themepack/openvk_modern/0.0.1.0/resource/6.png")
}
.mb_tab#active div {
border: 2px solid #898989;
}
@ -201,10 +209,22 @@ input[type~="search"], textarea, select {
.ovk-diag {
border: none;
border-radius: 2px;
}
.ovk-diag-cont {
border-radius: 2px;
}
.ovk-diag-head {
border-bottom: 1px solid #757575;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.ovk-diag-action {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
#votesBalance {