From 8013dab044e7dabb2b61c2aa7e0d47d095ad8e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 23 Oct 2018 16:49:56 +0200 Subject: [PATCH] Allow focus on input with keyboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/css/files.scss | 3 ++- apps/files/templates/list.php | 5 +++-- core/css/styles.scss | 4 ++++ core/templates/filepicker.html | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index cca8585f43..002a09213d 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -973,7 +973,8 @@ table.dragshadow td.size { opacity: .5; &:hover, - &:focus { + &:focus, + #showgridview:focus + & { opacity: 1; } } diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 19e93e17ec..2740359436 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -24,9 +24,10 @@ - checked="checked" /> - +