diff options
Diffstat (limited to 'themes/baggy')
-rwxr-xr-x | themes/baggy/_pocheit-form.twig | 4 | ||||
-rwxr-xr-x | themes/baggy/css/main.css | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/themes/baggy/_pocheit-form.twig b/themes/baggy/_pocheit-form.twig index bc439134..85d33873 100755 --- a/themes/baggy/_pocheit-form.twig +++ b/themes/baggy/_pocheit-form.twig | |||
@@ -4,7 +4,9 @@ | |||
4 | <a href="javascript: void(null);" id="bagit-form-close" class="close-button--popup close-button">×</a> | 4 | <a href="javascript: void(null);" id="bagit-form-close" class="close-button--popup close-button">×</a> |
5 | <input type="hidden" name="autoclose" value="1" /> | 5 | <input type="hidden" name="autoclose" value="1" /> |
6 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> | 6 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> |
7 | <span id="showtaginput">Add tags</span> | 7 | <div style="display:inline-block;cursor: pointer;" title="{% trans "Edit tags" %}" id="showtaginput" class="tool icon icon-tags"> |
8 | <span>Add tags</span> | ||
9 | </div> | ||
8 | <input placeholder="tags, with commas" class="addurl" id="tags2add" name="tags" type="text"/> | 10 | <input placeholder="tags, with commas" class="addurl" id="tags2add" name="tags" type="text"/> |
9 | <span id="add-link-result"></span> | 11 | <span id="add-link-result"></span> |
10 | <input type="submit" value="{% trans "save link!" %}" /> | 12 | <input type="submit" value="{% trans "save link!" %}" /> |
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 54622cfc..b93a78b8 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -745,6 +745,9 @@ a.add-to-wallabag-link-after:after { | |||
745 | .icon-evernote:before { | 745 | .icon-evernote:before { |
746 | content: "\e603"; | 746 | content: "\e603"; |
747 | } | 747 | } |
748 | .icon-tags:before { | ||
749 | content: "\e936"; | ||
750 | } | ||
748 | 751 | ||
749 | 752 | ||
750 | /* .icon-image class, for image-based icons | 753 | /* .icon-image class, for image-based icons |