Add pointer cursor to buttons

This commit is contained in:
Pavel
2013-04-14 13:53:14 +03:00
committed by Neil Williams
parent b3c5ec23b7
commit 1dd485f0ce

View File

@@ -25,6 +25,19 @@ body {
textarea { font: normal small verdana, arial, helvetica, sans-serif; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
/*html,body { height: 100%; }*/
/* IE dumbness patch. hidden input in a hidden block that is