docs(demos): use circle as cursor on all elements

Closes #317
This commit is contained in:
Drew Rygh
2015-10-21 15:35:41 -05:00
parent 92dccd3258
commit 7f2ac37657

View File

@ -1,4 +1,4 @@
body {
body, body:hover, body a, body button {
cursor: url('http://ionicframework.com/img/finger.png'), auto;
overflow: hidden;
}