Smaller search input by default. Hidamarize on hover/focus.
This commit is contained in:
parent
86a46f35fb
commit
547e9db6a2
@ -371,6 +371,14 @@ a[href="javascript:;"] {
|
|||||||
:root.index-loading .pagelist {
|
:root.index-loading .pagelist {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#index-search {
|
||||||
|
width: 100px;
|
||||||
|
transition: color .25s, border-color .25s, width .25s;
|
||||||
|
}
|
||||||
|
#index-search:hover,
|
||||||
|
#index-search:focus {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
.summary {
|
.summary {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user