Skip to content

Commit

Permalink
fix(themepacks/modern): minor fixes and touches (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudzik8 committed Dec 2, 2023
1 parent 1625557 commit 41e4383
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions themepacks/openvk_modern/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ body {
background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/2.png") no-repeat;
background-size: 80%;
background-position-y: 0px;
background-position-x: 2px;
background-position-x: 1px;
}

.home_button_custom {
background: #3C3C3C url("/themepack/openvk_modern/0.0.1.0/resource/4.png") no-repeat;
background-size: 80%;
background-position-y: 0px;
background-position-x: 2px;
background-position-x: 1px;
text-shadow: none;
}

Expand Down Expand Up @@ -160,15 +160,21 @@ body {

input[type="text"], input[type="password"], input[type~="text"],
input[type~="password"], input[type="email"], input[type="phone"],
input[type~="email"], input[type~="phone"], input[type="search"],
input[type~="search"], textarea, select {
input[type~="email"], input[type~="phone"], input[type="date"],
input[type~="date"], input[type="search"], input[type~="search"],
textarea, select {
border: 1px solid #E5E5E5;
}

input[type=checkbox] {
background-image: url("/themepack/openvk_modern/0.0.1.0/resource/6.png")
}

ul {
list-style: none;
list-style-type: disc;
}

.mb_tab#active div {
border: 2px solid #898989;
}
Expand Down Expand Up @@ -335,11 +341,11 @@ input[type=checkbox] {
}

.musicIcon {
filter: contrast(202%) !important;
filter: contrast(200%) !important;
}

.audioEntry .playerButton .playIcon {
filter: contrast(7) !important;
filter: contrast(2) !important;
}

.audioEmbed .track > .selectableTrack, .bigPlayer .selectableTrack {
Expand Down

0 comments on commit 41e4383

Please sign in to comment.