mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-17 18:43:05 -04:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ input {
|
||||
}
|
||||
textarea,
|
||||
input[type="file"],
|
||||
input.long,
|
||||
input.extend:focus {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user