From b355a45c35b366fe2ad56b461dd28b11956ef6d9 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 29 Jan 2015 09:52:43 +0100 Subject: 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 --- p/themes/base-theme/template.css | 1 + 1 file changed, 1 insertion(+) (limited to 'p/themes/base-theme/template.css') 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; } -- cgit v1.2.3