From b72b69d9a3fcfd5611c456ced4dddb00f0503dab Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sat, 16 Nov 2013 03:51:54 +0100 Subject: [PATCH] Hidamarize the index search input on focus. --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 354677865..cbb57f87a 100644 --- a/css/style.css +++ b/css/style.css @@ -376,6 +376,7 @@ a[href="javascript:;"] { width: 100px; transition: color .25s, border-color .25s, width .25s; } +#index-search:focus, #index-search[data-searching] { width: 200px; }