From 3bb1e3423393e86f7a9439ad9f2a5226c930d85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Elfstr=C3=B6m?= Date: Sun, 3 Nov 2024 08:35:28 +0100 Subject: [PATCH] WebUI: Add tooltip to regex filter button Add a tooltip to indicate the button's function. And change the cursor to a pointer since label is used as a button. PR #21695. --- src/webui/www/private/css/style.css | 1 + src/webui/www/private/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webui/www/private/css/style.css b/src/webui/www/private/css/style.css index 3c5447598..6872d6766 100644 --- a/src/webui/www/private/css/style.css +++ b/src/webui/www/private/css/style.css @@ -487,6 +487,7 @@ a.propButton img { background-size: 1.5em; border: 1px solid var(--color-border-default); border-radius: 4px; + cursor: pointer; display: inline-block; height: 26px; margin-bottom: -9px; diff --git a/src/webui/www/private/index.html b/src/webui/www/private/index.html index 8905dc930..59cac3b67 100644 --- a/src/webui/www/private/index.html +++ b/src/webui/www/private/index.html @@ -141,7 +141,7 @@
- +