From b9a192c5245d374e6ea57f7aed8ae09b48abcf8f Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Mon, 27 Mar 2023 19:33:53 +0300 Subject: [PATCH] Pretty cursor on bg selection. Why not? --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 712c9da23..11fd3d8fe 100644 --- a/public/style.css +++ b/public/style.css @@ -865,6 +865,7 @@ input[type=search]:focus::-webkit-search-cancel-button { border: 1px solid var(--black50a); box-shadow: 0 0 7px var(--black50a); margin: 5px; + cursor: pointer; aspect-ratio: 16/9; }