diff --git a/themepacks/openvk_modern/stylesheet.css b/themepacks/openvk_modern/stylesheet.css index 20963901..41685554 100644 --- a/themepacks/openvk_modern/stylesheet.css +++ b/themepacks/openvk_modern/stylesheet.css @@ -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; }