diff --git a/tests/button.html b/tests/button.html new file mode 100644 index 0000000..4eecc18 --- /dev/null +++ b/tests/button.html @@ -0,0 +1,3 @@ + + + diff --git a/universal.css b/universal.css index 63ef5f4..d868d55 100644 --- a/universal.css +++ b/universal.css @@ -192,3 +192,8 @@ video { border: none; max-width: 100%; } + +button { + cursor: default; +} +