OpenVK Modern: add HD logo buttons (for regular header)

This commit is contained in:
rudzik8 2022-06-16 14:50:58 +07:00
parent 308f3dbda6
commit 1bf4a662e8
4 changed files with 8 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 206 KiB

View file

@ -1,7 +1,8 @@
.home_button { .home_button {
background: url("/themepack/openvk_modern/0.0.1.0/resource/3.png") no-repeat; background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/3.png") no-repeat;
background-position-y: 0px; background-size: 80%;
background-position-x: 1px; background-position-y: 6px;
background-position-x: 10px;
} }
.home_button_custom { .home_button_custom {

View file

@ -10,9 +10,10 @@ body {
} }
.home_button { .home_button {
background: url("/themepack/openvk_modern/0.0.1.0/resource/2.png") no-repeat; background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/2.png") no-repeat;
background-position-y: 0px; background-size: 80%;
background-position-x: 1px; background-position-y: 6px;
background-position-x: 10px;
} }
.home_button_custom { .home_button_custom {