diff options
| author | 2015-01-29 09:52:43 +0100 | |
|---|---|---|
| committer | 2015-01-29 09:52:43 +0100 | |
| commit | b355a45c35b366fe2ad56b461dd28b11956ef6d9 (patch) | |
| tree | 0b13efb60df9921f702f0ec98272e5b973375ab1 /app/views/subscription/index.phtml | |
| parent | 403b0a24a5295281eedca8aebfaa334b3df6d7d8 (diff) | |
Change behaviour of #add_rss input.extend
UI was frustrating when input had the focus: we needed to click elsewhere to
be able to open the next dropdown.
See https://github.com/FreshRSS/FreshRSS/issues/777
Diffstat (limited to 'app/views/subscription/index.phtml')
| -rw-r--r-- | app/views/subscription/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index b9e40988c..331e8244e 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -7,7 +7,7 @@ <form id="add_rss" method="post" action="<?php echo _url('feed', 'add'); ?>" autocomplete="off"> <div class="stick"> - <input type="url" name="url_rss" class="extend" placeholder="<?php echo _t('sub.feed.add'); ?>" /> + <input type="url" name="url_rss" class="long" placeholder="<?php echo _t('sub.feed.add'); ?>" /> <div class="dropdown"> <div id="dropdown-cat" class="dropdown-target"></div> |
