From 7760072e8e1685a50f90704fd1332626ea9a63c6 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Thu, 26 Sep 2019 07:02:12 +0200 Subject: [PATCH] Avoid the filter box getting an outline in chrome --- style/manager.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/manager.css b/style/manager.css index 4d72656..281c7ce 100644 --- a/style/manager.css +++ b/style/manager.css @@ -344,6 +344,7 @@ body > * { height: 16px; -moz-appearance: none; border: 0; + outline: 0; background: transparent; width: calc(100% - 28px); }