added a help cursor when pointing over elements with tooltips, i.e. title on HTML
This commit is contained in:
parent
d14988146b
commit
f4864e1c02
1 changed files with 4 additions and 0 deletions
|
@ -42,4 +42,8 @@ ul {
|
|||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
[title] {
|
||||
cursor: help;
|
||||
}
|
Loading…
Reference in a new issue