Skip to content

Commit

Permalink
fix(midnight): incorrect color choice for picker
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumaeris committed Jan 23, 2025
1 parent 2d462a6 commit 4c050b2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
4 changes: 2 additions & 2 deletions themepacks/midnight/res/xmas.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.page_header {
background-image: url('/themepack/midnight/0.0.3.3/resource/xheader.png') !important;
background-image: url('/themepack/midnight/0.0.4.0/resource/xheader.png') !important;
}

.page_custom_header {
background-image: url('/themepack/midnight/0.0.3.3/resource/xheader_custom.png') !important;
background-image: url('/themepack/midnight/0.0.4.0/resource/xheader_custom.png') !important;
}
32 changes: 14 additions & 18 deletions themepacks/midnight/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ html {

body,
#backdropDripper,
#standaloneCommentBox {
background-color: #0e0b1a;
color: #c6d2e8;
}

#standaloneCommentBox,
.ovk-photo-view,
.articleView {
background-color: #100539;
background-color: #0e0b1a;
color: #c6d2e8;
}

Expand Down Expand Up @@ -332,11 +328,11 @@ tr.v,
}

.content_title_expanded {
background-image: url("/themepack/midnight/0.0.3.3/resource/flex_arrow_open.png") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/flex_arrow_open.png") !important;
}

.content_title_unexpanded {
background-image: url("/themepack/midnight/0.0.3.3/resource/flex_arrow_shut.gif") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/flex_arrow_shut.gif") !important;
}

.ovk-video>.preview,
Expand All @@ -363,17 +359,17 @@ tr.h {

.page_yellowheader {
color: #c6d2e8;
background-image: url("/themepack/midnight/0.0.3.3/resource/header_purple.png") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/header_purple.png") !important;
background-color: #231f34;
border-color: #231f34;
}

.page_header {
background-image: url("/themepack/midnight/0.0.3.3/resource/header.png") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/header.png") !important;
}

.page_custom_header {
background-image: url("/themepack/midnight/0.0.3.3/resource/header_custom.png") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/header_custom.png") !important;
}

.page_yellowheader span,
Expand Down Expand Up @@ -412,32 +408,32 @@ select,
}

input[type="checkbox"] {
background-image: url("/themepack/midnight/0.0.3.3/resource/checkbox.png") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/checkbox.png") !important;
}

input[type="radio"] {
background-image: url("/themepack/midnight/0.0.3.3/resource/radio.png") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/radio.png") !important;
}

.header_navigation .link, .header_navigation .header_divider_stick {
background: unset;
}

.heart {
background-image: url("/themepack/midnight/0.0.3.3/resource/like.gif") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/like.gif") !important;
}

.pinned-mark,
.post-author .pin {
background-image: url("/themepack/midnight/0.0.3.3/resource/pin.png") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/pin.png") !important;
}

.repost-icon {
background-image: url("/themepack/midnight/0.0.3.3/resource/published.gif") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/published.gif") !important;
}

.post-author .delete {
background-image: url("/themepack/midnight/0.0.3.3/resource/input_clear.gif") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/input_clear.gif") !important;
}

.user-alert {
Expand Down Expand Up @@ -470,7 +466,7 @@ input[type="radio"] {
}

#backdropEditor {
background-image: url("/themepack/midnight/0.0.3.3/resource/backdrop-editor.gif") !important;
background-image: url("/themepack/midnight/0.0.4.0/resource/backdrop-editor.gif") !important;
border-color: #473e66 !important;
}

Expand Down
2 changes: 1 addition & 1 deletion themepacks/midnight/theme.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: midnight
version: "0.0.3.3"
version: "0.0.4.0"
openvk_version: 0
enabled: 1
metadata:
Expand Down

0 comments on commit 4c050b2

Please sign in to comment.