mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
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:
parent
4b9934f63d
commit
bad10d3fb6
2 changed files with 20 additions and 0 deletions
BIN
themepacks/openvk_modern/res/6.png
Normal file
BIN
themepacks/openvk_modern/res/6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 288 B |
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue