Skip to content

Commit

Permalink
Merge pull request #126 from timja/style-file-upload
Browse files Browse the repository at this point in the history
Apply upcoming core styling to file upload
  • Loading branch information
strangelookingnerd authored Dec 29, 2022
2 parents d304c7d + c92c5e4 commit b6c7869
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ SOFTWARE.
<div id="icon-preview">
<div id="file-cropper"></div>
<!-- @size is for other browsers, @style is for IE -->
<input type="file" class="setting-input" style="width:80%" size="40" accept="image/*" id="file-input" />
<!-- TODO switch to f:file after baseline includes https://github.com/jenkinsci/jenkins/pull/7452 -->
<input type="file" class="jenkins-file-upload" style="width:80%" size="40" accept="image/*" id="file-input" />
<st:nbsp />
<input type="button" value="${%Apply}" id="apply-button" />
</div>
Expand Down Expand Up @@ -104,4 +105,4 @@ SOFTWARE.
});
});
</script>
</j:jelly>
</j:jelly>

0 comments on commit b6c7869

Please sign in to comment.