From 6c0e5cfe93b5ad212cb3c42adeebace685bff6b8 Mon Sep 17 00:00:00 2001 From: beucismis Date: Sat, 29 Apr 2023 21:16:02 +0300 Subject: [PATCH] Add cursor:pointer for button and select --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index fe3631c..1f6d951 100644 --- a/static/style.css +++ b/static/style.css @@ -329,6 +329,7 @@ button { background: none; border: none; font-weight: bold; + cursor: pointer; } hr { @@ -540,6 +541,7 @@ select, #search, #sort_options, #listing_options, #inside, #searchbox > *, #sort select { background: var(--outside); transition: 0.2s background; + cursor: pointer; } select, #search {