aboutsummaryrefslogtreecommitdiff
path: root/templates/admin.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin.html')
-rw-r--r--templates/admin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin.html b/templates/admin.html
index 1c0f0ab..22b0e0a 100644
--- a/templates/admin.html
+++ b/templates/admin.html
@@ -20,7 +20,7 @@
<td class='inpt'>
<form method='post' action='/admin/add/'>
<input type='text' name='dl-paper' placeholder="URL or DOI" value=''/>
- <select class="btn" name="dl-category" id="category">
+ <select class="sel" name="dl-category" id="category">
{{ $lastUsedCategory := .LastUsedCategory }}
{{ if $lastUsedCategory }}
<option value="{{ .LastUsedCategory }}">{{ $lastUsedCategory }}</option>
@@ -31,7 +31,7 @@
{{ end }}
{{ end }}
</select>
- <input class="btn btn-download" type="submit" value="Download" />
+ <input class="btn" type="submit" value="Download" />
</form>
</td>
</tr>