Skip to content

Commit

Permalink
Merge pull request #225 from sarnava1/master
Browse files Browse the repository at this point in the history
fixes issue #214
  • Loading branch information
tabesin authored Sep 28, 2018
2 parents 74e15a0 + 85ddb24 commit 087679d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,11 @@
<div class="col-md-06">
<div class="form-group">
<label class="heading" style="text-align:center;">Upload Wallpaper</label>
<label id="browse" class="btn btn-secondary mx-auto btn-block btn-secondary">
<span style="white-space: pre-wrap;" data-toggle="tooltip" title=" REC size (1920X1080) or (1280X720)">Browse</span>
<input name="file" class="file form-control" title="Default Wallpaper Image" style="display: none;" onchange="$(this).prev('span').text($(this).val()!=''?$(this).val():'Browse')"
required="" type="file">
<label id="browse" class="btn btn-primary btn-block mx-auto" style="height:35px; width:360px;">
<span style="white-space:pre-wrap;" data-toggle="tooltip" title=" REC size (1920X1080) or (1280X720)">Browse</span>
<input name="file" class="file form-control" title="Default Wallpaper Image"
style="display: none;" onchange="$(this).prev('span').text($(this).val()!=''?$(this).val():'Browse')"
required="" type="file" />
</label>
<span><p id="scroll2">This will be the default background image of the desktop</p></span>
<img id="file-upload">
Expand Down

0 comments on commit 087679d

Please sign in to comment.