From bad10d3fb6fe5d3418b2a7d18fda727756049e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikita=20Wi=C5=9Bniewski?= Date: Tue, 28 Jun 2022 18:38:54 +0700 Subject: [PATCH] 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 --- themepacks/openvk_modern/res/6.png | Bin 0 -> 288 bytes themepacks/openvk_modern/stylesheet.css | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 themepacks/openvk_modern/res/6.png diff --git a/themepacks/openvk_modern/res/6.png b/themepacks/openvk_modern/res/6.png new file mode 100644 index 0000000000000000000000000000000000000000..dae354c3f912460e8f5b2d2c7cb7f9ca8742cb64 GIT binary patch literal 288 zcmeAS@N?(olHy`uVBq!ia0vp^{6K8M!3-ot%Y$-(6k~CayA#8@b22Z19F}xPUq=Rp zjs4tz5?O(Ki2$Dv*QZaP{{R0!zIo~6r!UT&IrHezqoc=90woXn-+2I}I7)*2f`JM^ zfZ<;A-bkPrXMsm#F#`kNVGw3Kp1&dmC|K+1;uvD#fAyj_-vI>M~-6tue z|6onc5rGRAHy^LiFyHm`!Hz7!%xQTAlcuID{yurh_v05OKl>h-ajnVdx%gTe~DWM4fMDKZL literal 0 HcmV?d00001 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 {