diff --git a/static/style.css b/static/style.css index 59a1f31..be8a9bd 100644 --- a/static/style.css +++ b/static/style.css @@ -47,6 +47,10 @@ h1 a { display: block; } +#results.showhidden .result.hidden.filtered { + display: none; +} + .result.filtered { display: none; }