OpenVK Midnight: Make icons visible again

This commit is contained in:
Ilya Prokopenko 2022-12-18 13:03:00 +07:00
parent 2d0d6b9ff1
commit 9f6cec83a8
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56
3 changed files with 13 additions and 13 deletions

View file

@ -37,7 +37,7 @@
<div class="new"> <div class="new">
<form action="/support" method="post" style="margin:0;"> <form action="/support" method="post" style="margin:0;">
<center> <center>
<input name="name" style="width: 80%; resize: vertical;" placeholder="{_support_new_title}" /><br /><br /> <input type="text" name="name" style="width: 80%; resize: vertical;" placeholder="{_support_new_title}" /><br /><br />
<textarea name="text" style="width: 80%; resize: vertical;" placeholder="{_support_new_content}"></textarea><br /><br /> <textarea name="text" style="width: 80%; resize: vertical;" placeholder="{_support_new_content}"></textarea><br /><br />
<input type="hidden" name="hash" value="{$csrfToken}" /> <input type="hidden" name="hash" value="{$csrfToken}" />
<input type="submit" value="{_write}" class="button" style="margin-left: 70%;" /><br /><br /> <input type="submit" value="{_write}" class="button" style="margin-left: 70%;" /><br /><br />

View file

@ -128,11 +128,11 @@ h4, .content_title_expanded, .summaryBar .summary, .content_title_unexpanded {
} }
.content_title_expanded { .content_title_expanded {
background-image: url("/themepack/midnight/0.0.1.4/resource/flex_arrow_open.png"); background-image: url("/themepack/midnight/0.0.2.1/resource/flex_arrow_open.png") !important;
} }
.content_title_unexpanded { .content_title_unexpanded {
background-image: url("/themepack/midnight/0.0.1.4/resource/flex_arrow_shut.gif"); background-image: url("/themepack/midnight/0.0.2.1/resource/flex_arrow_shut.gif") !important;
} }
.ovk-video > .preview, .video-preview { .ovk-video > .preview, .video-preview {
@ -154,17 +154,17 @@ h4, .content_title_expanded, .summaryBar .summary, .content_title_unexpanded {
.page_yellowheader { .page_yellowheader {
color: #c6d2e8; color: #c6d2e8;
background-image: url("/themepack/midnight/0.0.1.4/resource/header_purple.png"); background-image: url("/themepack/midnight/0.0.2.1/resource/header_purple.png") !important;
background-color: #231f34; background-color: #231f34;
border-color: #231f34; border-color: #231f34;
} }
.page_header { .page_header {
background-image: url("/themepack/midnight/0.0.1.4/resource/header.png"); background-image: url("/themepack/midnight/0.0.2.1/resource/header.png") !important;
} }
.page_custom_header { .page_custom_header {
background-image: url("/themepack/midnight/0.0.1.4/resource/header_custom.png"); background-image: url("/themepack/midnight/0.0.2.1/resource/header_custom.png") !important;
} }
.page_yellowheader span, .page_yellowheader a { .page_yellowheader span, .page_yellowheader a {
@ -184,11 +184,11 @@ form[action="/search"] > input, .header_search_input, textarea, input[type="text
} }
input[type="checkbox"] { input[type="checkbox"] {
background-image: url("/themepack/midnight/0.0.1.4/resource/checkbox.png"); background-image: url("/themepack/midnight/0.0.2.1/resource/checkbox.png") !important;
} }
input[type="radio"] { input[type="radio"] {
background-image: url("/themepack/midnight/0.0.1.4/resource/radio.png"); background-image: url("/themepack/midnight/0.0.2.1/resource/radio.png") !important;
} }
.header_navigation .link { .header_navigation .link {
@ -196,19 +196,19 @@ input[type="radio"] {
} }
.heart { .heart {
background-image: url("/themepack/midnight/0.0.1.4/resource/like.gif") !important; background-image: url("/themepack/midnight/0.0.2.1/resource/like.gif") !important;
} }
.pinned-mark, .post-author .pin { .pinned-mark, .post-author .pin {
background-image: url("/themepack/midnight/0.0.1.4/resource/pin.png") !important; background-image: url("/themepack/midnight/0.0.2.1/resource/pin.png") !important;
} }
.repost-icon { .repost-icon {
background-image: url("/themepack/midnight/0.0.1.4/resource/published.gif") !important; background-image: url("/themepack/midnight/0.0.2.1/resource/published.gif") !important;
} }
.post-author .delete { .post-author .delete {
background-image: url("/themepack/midnight/0.0.1.4/resource/input_clear.gif") !important; background-image: url("/themepack/midnight/0.0.2.1/resource/input_clear.gif") !important;
} }
.user-alert { .user-alert {

View file

@ -1,5 +1,5 @@
id: midnight id: midnight
version: "0.0.2.0" version: "0.0.2.1"
openvk_version: 0 openvk_version: 0
enabled: 1 enabled: 1
metadata: metadata: