mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
Add tooltips for accessibility
This commit is contained in:
parent
f06320a4ae
commit
ff8685ae4c
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
{% if root != "/r/" && !root.is_empty() %}
|
||||
<div id="inside">
|
||||
<input type="checkbox" name="restrict_sr" id="restrict_sr">
|
||||
<label for="restrict_sr" class="search_label">in {{ root }}</label>
|
||||
<label for="restrict_sr" class="search_label" title="Restrict search to this subreddit">in {{ root }}</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
<button class="submit">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue