From d601edc2d28e2430397ee6e18b751e4848ed8ef1 Mon Sep 17 00:00:00 2001 From: somebody Date: Thu, 11 Aug 2022 19:32:21 -0500 Subject: [PATCH] Show "pointer" cursor on menu selection items --- static/koboldai.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/koboldai.css b/static/koboldai.css index e4390027..12f99e42 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -925,6 +925,7 @@ body { .popup .item .file { grid-area: file; display: grid; + cursor: pointer; } .popup .item .file:hover { @@ -969,6 +970,7 @@ body { display: grid; grid-template-areas: "item gpu_size"; grid-template-columns: auto 40px; + cursor: pointer; } .popup .item .model:hover {