Hidamarize the index search input on focus.

This commit is contained in:
Mayhem 2013-11-16 03:51:54 +01:00
parent 20b4087f1d
commit b72b69d9a3

View File

@ -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;
}