added a help cursor when pointing over elements with tooltips, i.e. title on HTML

This commit is contained in:
lgpilot 2024-01-03 22:00:30 +01:00
parent d14988146b
commit f4864e1c02
1 changed files with 4 additions and 0 deletions

View File

@ -42,4 +42,8 @@ ul {
list-style-type: none;
padding: 0;
margin: 0;
}
[title] {
cursor: help;
}