diff --git a/examples/demo.css b/examples/demo.css index bdbb9e49..a9ae4520 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -47,6 +47,10 @@ body > .container-fluid { min-width:400px; } +.mouse { + cursor: pointer !important; +} + .nomargin { margin: 0 !important; } diff --git a/examples/index.html b/examples/index.html index b14582a7..4b442d5d 100644 --- a/examples/index.html +++ b/examples/index.html @@ -187,7 +187,7 @@