git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ee710d1
)
Fix background on SearchInput
author
Adam Dullage
<redacted>
Thu, 9 May 2024 16:10:19 +0000
(17:10 +0100)
committer
Adam Dullage
<redacted>
Thu, 9 May 2024 16:10:19 +0000
(17:10 +0100)
client/partials/SearchInput.vue
patch
|
blob
|
history
diff --git
a/client/partials/SearchInput.vue
b/client/partials/SearchInput.vue
index 6541bd0ca62428704a53b2a18379a6e9cef62f6e..32290fc6be12cbbd07fffd38588d2b9507b8a55c 100644
(file)
--- a/
client/partials/SearchInput.vue
+++ b/
client/partials/SearchInput.vue
@@
-8,7
+8,7
@@
type="text"
v-model="searchTerm"
v-focus
- class="w-full focus:outline-none"
+ class="w-full focus:outline-none
bg-theme-background-elevated
"
placeholder="Search..."
/>
</form>
git clone https://git.99rst.org/PROJECT