Browse Source

loading thingy

master
wes 9 years ago
parent
commit
4e7fc193fa
  1. 2
      src/scripts/search.tag
  2. 6
      src/styles/search.css

2
src/scripts/search.tag

@ -16,7 +16,7 @@
</div>
</div>
</form>
<div if={ booksLoading } class="loading">
<div if={ booksLoading } class="search-load loading">
</div>
</search>
function submit(ev) {

6
src/styles/search.css

@ -6,6 +6,12 @@ header {
white-space: pre-wrap !important;
}
.search-load {
border-radius: 2.9rem !important;
width: 3rem !important;
height: 2.8rem !important;
}
.body {
color: #1c75bc;
}

Loading…
Cancel
Save