Merge pull request #1566 from DaniNz/continue-issue-1564
Show hand pointer when hovering over anywhere on video.
This commit is contained in:
commit
1c844f25b0
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue