mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
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:
@@ -141,7 +141,7 @@
|
||||
<div id="torrentsFilterToolbar">
|
||||
<input type="text" id="torrentsFilterInput" placeholder="QBT_TR(Filter torrent list...)QBT_TR[CONTEXT=MainWindow]" aria-label="QBT_TR(Filter torrent list...)QBT_TR[CONTEXT=MainWindow]" autocorrect="off" autocapitalize="none">
|
||||
<input type="checkbox" id="torrentsFilterRegexBox">
|
||||
<label for="torrentsFilterRegexBox" aria-label="QBT_TR(Use regular expressions)QBT_TR[CONTEXT=MainWindow]"></label>
|
||||
<label for="torrentsFilterRegexBox" aria-label="QBT_TR(Use regular expression)QBT_TR[CONTEXT=MainWindow]" title="QBT_TR(Use regular expression)QBT_TR[CONTEXT=MainWindow]"></label>
|
||||
<label for="torrentsFilterSelect">QBT_TR(Filter by:)QBT_TR[CONTEXT=MainWindow]</label>
|
||||
<select id="torrentsFilterSelect">
|
||||
<option value="name" selected>QBT_TR(Name)QBT_TR[CONTEXT=MainWindow]</option>
|
||||
|
||||
Reference in New Issue
Block a user