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:
75d8898
)
Fix background colour on search input
author
Adam Dullage
<redacted>
Thu, 9 May 2024 20:05:34 +0000
(21:05 +0100)
committer
Adam Dullage
<redacted>
Thu, 9 May 2024 20:05:34 +0000
(21:05 +0100)
client/partials/SearchInput.vue
patch
|
blob
|
history
diff --git
a/client/partials/SearchInput.vue
b/client/partials/SearchInput.vue
index 32290fc6be12cbbd07fffd38588d2b9507b8a55c..380749f0a3ba9705f7ed56ee190b6ccaa34d5912 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 bg-theme-background-elevated
"
+ class="w-full
bg-transparent focus:outline-none
"
placeholder="Search..."
/>
</form>
git clone https://git.99rst.org/PROJECT