summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-29 09:52:43 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-29 09:52:43 +0100
commitb355a45c35b366fe2ad56b461dd28b11956ef6d9 (patch)
tree0b13efb60df9921f702f0ec98272e5b973375ab1 /p
parent403b0a24a5295281eedca8aebfaa334b3df6d7d8 (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.css1
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;
}