diff options
| author | 2015-01-29 09:52:43 +0100 | |
|---|---|---|
| committer | 2015-01-29 09:52:43 +0100 | |
| commit | b355a45c35b366fe2ad56b461dd28b11956ef6d9 (patch) | |
| tree | 0b13efb60df9921f702f0ec98272e5b973375ab1 /p | |
| 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 'p')
| -rw-r--r-- | p/themes/base-theme/template.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index c6ea40f66..a299a5ddf 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -75,6 +75,7 @@ input { } textarea, input[type="file"], +input.long, input.extend:focus { width: 300px; } |
