Skip to content

Commit

Permalink
set pointer cursor on clickable spans
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddeCraft committed Apr 23, 2022
1 parent 21a9b4a commit b16abd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions upstream/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
position: absolute;
z-index: -1;
}
.cursor-pointer {
cursor: pointer;
}
</style>
</head>

Expand Down
4 changes: 2 additions & 2 deletions upstream/templates/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
window.location.href = dwnLoadPath.href;
}
</script>
<div style="display: table"><div style="display: table-cell"><span onclick="dwnload()"><span class="material-icons-outlined mdi-24px">file_download</span></span></div><div style="display: table-cell" class="pl-10"><form method=post action="/upload/{{ currentPath }}" enctype=multipart/form-data>
<label for="fileUpload"><span class="material-icons-outlined mdi-24px">checklist_rtl</span></label>
<div style="display: table"><div style="display: table-cell"><span onclick="dwnload()"><span class="material-icons-outlined mdi-24px cursor-pointer">file_download</span></span></div><div style="display: table-cell" class="pl-10"><form method=post action="/upload/{{ currentPath }}" enctype=multipart/form-data>
<label for="fileUpload"><span class="material-icons-outlined mdi-24px cursor-pointer">checklist_rtl</span></label>
<input class="btn fileUpload" id = "fileUpload" type=file name=file>
<!--- <label for="fileUploadSubmit"><span class="material-icons-outlined mdi-24px">file_upload</span></label> --->
<input class="btn" id = "fileUploadSubmit "type=submit value=Upload>
Expand Down

0 comments on commit b16abd5

Please sign in to comment.