Skip to content

Commit

Permalink
Fix some lost assets
Browse files Browse the repository at this point in the history
- Bah, paths.
  • Loading branch information
KazWolfe committed Oct 1, 2023
1 parent 44d3b26 commit 2ba6b9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SDPlugin/assets/css/sdpi.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ select {
-moz-appearance: none;
-o-appearance: none;
appearance: none;
background: url(../assets/caret.svg) no-repeat 97% center;
background: url(../css/caret.svg) no-repeat 97% center;
}

label.sdpi-file-label,
Expand Down Expand Up @@ -865,7 +865,7 @@ input[type="radio"] + label span {
input[type="radio"]:checked + label span,
input[type="checkbox"]:checked + label span {
background-color: #77f;
background-image: url(../assets/check.svg);
background-image: url(../css/check.svg);
background-repeat: no-repeat;
background-position: center center;
border: 1px solid rgb(0, 0, 0, .4);
Expand All @@ -879,7 +879,7 @@ input[type="checkbox"]:active + label span {
}

input[type="radio"]:checked + label span {
background-image: url(../assets/rcheck.svg);
background-image: url(../css/rcheck.svg);
}

input[type="range"] {
Expand Down

0 comments on commit 2ba6b9e

Please sign in to comment.