Skip to content

Commit

Permalink
Apply upcoming core styling to file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Dec 29, 2022
1 parent 839a635 commit f53fa3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/>
</f:entry>
<f:entry field="uploadedCertFile">
<input id="${fileId}" type="file" name="uploadedCertFile" class="setting-input" jsonAware="true" />
<input id="${fileId}" type="file" name="uploadedCertFile" class="jenkins-file-upload" jsonAware="true" />
</f:entry>
<script><![CDATA[
var uploadedCertFile_${fileId} = '';
Expand Down

0 comments on commit f53fa3e

Please sign in to comment.