From ce4d4ba5e3bd1a88be27c25e6ba8ff5e24e8ffda Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 16 Jun 2024 16:00:46 -0300 Subject: css: make search clear button ostensibly visible --- src/static/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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; } -- cgit 1.3.0-6-gf8a5