Avoid the filter box getting an outline in chrome

This commit is contained in:
Nils Maier 2019-09-26 07:02:12 +02:00
parent 626bf592de
commit 7760072e8e

View File

@ -344,6 +344,7 @@ body > * {
height: 16px;
-moz-appearance: none;
border: 0;
outline: 0;
background: transparent;
width: calc(100% - 28px);
}