From 2e9a1e4bbb20b44bbd3416be2f2bfafbfca8dacf Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 6 Dec 2016 19:55:39 +0100 Subject: only show fav button when searched --- public/stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/stylesheets') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 78974fb..c3fe06c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -180,6 +180,12 @@ input { padding: 4px; border-radius: 2px; background: none; + + display: none; +} + +body.searched #search .fav { + display: block; } #week-selector button:focus, #search #overflow-button:focus, #search .fav:focus { -- cgit v1.1