Smaller search input by default. Hidamarize on hover/focus.

This commit is contained in:
Mayhem 2013-11-11 22:32:47 +01:00
parent 86a46f35fb
commit 547e9db6a2

View File

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