From 2a934343594af302248ac781c2c13b6113d30752 Mon Sep 17 00:00:00 2001 From: fennghuang <89014758+fennghuang@users.noreply.github.com> Date: Sat, 12 Aug 2023 08:47:57 +0000 Subject: [PATCH] feat: update ui style --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 7f38fdb..6484016 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,7 @@ div[id$='_control_image_browser_page_index'] { button[id$='_control_image_browser_refresh_index']{ align-self: center !important; height: 2em !important; - cursor: pointer; + cursor: pointer !important; } button[id$='_image_browser_del_img_btn'] { margin-top: calc(var(--body-text-size) * var(--line-sm));