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.
This commit is contained in:
Patrik Elfström
2024-11-03 08:35:28 +01:00
committed by GitHub
parent dc30b9c2ec
commit 3bb1e34233
2 changed files with 2 additions and 1 deletions

View File

@@ -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;