diff --git a/themepacks/openvk_modern/res/2.png b/themepacks/openvk_modern/res/2.png index c1cae68b..74460619 100644 Binary files a/themepacks/openvk_modern/res/2.png and b/themepacks/openvk_modern/res/2.png differ diff --git a/themepacks/openvk_modern/res/3.png b/themepacks/openvk_modern/res/3.png index 8ceca67e..05f84b23 100644 Binary files a/themepacks/openvk_modern/res/3.png and b/themepacks/openvk_modern/res/3.png differ diff --git a/themepacks/openvk_modern/res/xmas.css b/themepacks/openvk_modern/res/xmas.css index bf68b3f7..f2b09263 100644 --- a/themepacks/openvk_modern/res/xmas.css +++ b/themepacks/openvk_modern/res/xmas.css @@ -1,7 +1,8 @@ .home_button { - background: url("/themepack/openvk_modern/0.0.1.0/resource/3.png") no-repeat; - background-position-y: 0px; - background-position-x: 1px; + background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/3.png") no-repeat; + background-size: 80%; + background-position-y: 6px; + background-position-x: 10px; } .home_button_custom { diff --git a/themepacks/openvk_modern/stylesheet.css b/themepacks/openvk_modern/stylesheet.css index 41685554..987424fe 100644 --- a/themepacks/openvk_modern/stylesheet.css +++ b/themepacks/openvk_modern/stylesheet.css @@ -10,9 +10,10 @@ body { } .home_button { - background: url("/themepack/openvk_modern/0.0.1.0/resource/2.png") no-repeat; - background-position-y: 0px; - background-position-x: 1px; + background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/2.png") no-repeat; + background-size: 80%; + background-position-y: 6px; + background-position-x: 10px; } .home_button_custom {