diff --git a/themepacks/openvk_modern/res/6.png b/themepacks/openvk_modern/res/6.png new file mode 100644 index 00000000..dae354c3 Binary files /dev/null and b/themepacks/openvk_modern/res/6.png differ diff --git a/themepacks/openvk_modern/stylesheet.css b/themepacks/openvk_modern/stylesheet.css index 26e6ec7a..d19da3b5 100644 --- a/themepacks/openvk_modern/stylesheet.css +++ b/themepacks/openvk_modern/stylesheet.css @@ -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 {