From 547e9db6a2488dfacd57b2b081f178d8c2c59a30 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Mon, 11 Nov 2013 22:32:47 +0100 Subject: [PATCH] Smaller search input by default. Hidamarize on hover/focus. --- css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/style.css b/css/style.css index 6ee0d31b1..89639943b 100644 --- a/css/style.css +++ b/css/style.css @@ -371,6 +371,14 @@ a[href="javascript:;"] { :root.index-loading .pagelist { display: none; } +#index-search { + width: 100px; + transition: color .25s, border-color .25s, width .25s; +} +#index-search:hover, +#index-search:focus { + width: 200px; +} .summary { text-decoration: none; }