From 68ed1af3c0afd678e6dcb8d49cbfac7ee0e1e5a2 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 18 Jul 2022 13:26:19 +0200 Subject: Fix accessibility of input fields Input fields require a 44x44 pixels target size, this makes all the input fields and button use that size. Bonus is that now the input fields and buttons now have the same size as the new vue button and this looks less weird than the previous state with controls of different sizes. See https://www.w3.org/WAI/WCAG21/Understanding/target-size.html Signed-off-by: Carl Schwan --- apps/files/css/merged.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/files/css/merged.css') diff --git a/apps/files/css/merged.css b/apps/files/css/merged.css index 11aae9069b8..80786324341 100644 --- a/apps/files/css/merged.css +++ b/apps/files/css/merged.css @@ -950,6 +950,9 @@ table.dragshadow td.size { position: relative; } +.breadcrumb { + align-items: center; +} .breadcrumb .icon-home { border-radius: var(--border-radius); } -- cgit v1.2.3