summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-03-06 01:07:22 +0200
committerdweller <dweller@cabin.digital>2024-03-06 01:07:22 +0200
commit9332c4fe89925472138a1c446a1791613ed35448 (patch)
tree45515f23976bfccb7fbe9a0faef2862029d91605 /style
parente5eec97694bab9b0c556dd3ce4d78f9efac924ab (diff)
why do browsers suck so much?
Diffstat (limited to '')
-rw-r--r--style/main.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style/main.css b/style/main.css
index 94c96bb..14b30e3 100644
--- a/style/main.css
+++ b/style/main.css
@@ -308,6 +308,9 @@ button:focus, input:focus { outline: 1px auto; }
/* border-bottom: 1px solid var(--border);*/ /* useful but not goog-like, coz flat sucks */
}
+/* retarded chrome adding retarded shit no one asked for */
+::-webkit-search-cancel-button { -webkit-appearance: none; }
+
#query_icon
{
background: no-repeat url("/imgs/search.svg");