summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-05-25 20:21:22 -0400
committerlolcat <will@lolcat.ca>2024-05-25 20:21:22 -0400
commit08dd803e2dba51d981ec2f90a302dce2300ccd16 (patch)
tree1fa22622df5cf4813ef7ce3a0efeb4b04b854177 /static/style.css
parent55fe39e0d388fdaac661225cdc622cf91cb7198a (diff)
fix annoying highlight on dropdown
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index d30d3fb..1e0a1da 100644
--- a/static/style.css
+++ b/static/style.css
@@ -218,6 +218,7 @@ h3,h4,h5,h6{
.filters .filter input,
.filters .filter select{
all:unset;
+ user-select:none;
display:block;
border:1px solid var(--504945);
border-radius:2px;