Move the last refresh timer, give the "field" class to the search input.
This commit is contained in:
parent
564e799d31
commit
86a46f35fb
@ -32,6 +32,9 @@
|
||||
background-color: #F2F2F2;
|
||||
color: #888;
|
||||
}
|
||||
.field::-webkit-search-decoration {
|
||||
display: none;
|
||||
}
|
||||
.move {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
[<time id="index-last-refresh" title="Last index refresh" data-init="1">...</time>]
|
||||
[<a href="./catalog">Catalog</a>]
|
||||
<input type="search" id="index-search" placeholder="Search">
|
||||
[<time id="index-last-refresh" title="Last index refresh" data-init="1">...</time>]
|
||||
<input type="search" id="index-search" class="field" placeholder="Search">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user