« get me outta code hell

css: make search clear button ostensibly visible - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-06-16 16:00:46 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-18 22:56:13 -0300
commitce4d4ba5e3bd1a88be27c25e6ba8ff5e24e8ffda (patch)
tree1fe14d38eea7640e24d4c0383fb75f1575cababc /src
parent1820a0ba6643b34a36ab1b29ff6ef33f0dc5a655 (diff)
css: make search clear button ostensibly visible
Diffstat (limited to 'src')
-rw-r--r--src/static/css/site.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index cdb6014a..dc99bcc5 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -545,6 +545,10 @@ summary .group-name {
   flex-grow: 1;
 }
 
+.wiki-search-input::-webkit-search-cancel-button {
+  filter: grayscale(1) invert(1);
+}
+
 .wiki-search-label.disabled {
   opacity: 0.6;
 }