update button

This commit is contained in:
Adam Bradley
2015-12-05 10:16:28 -06:00
parent 022d873723
commit cc91591b2d
7 changed files with 57 additions and 33 deletions

View File

@@ -115,6 +115,13 @@ input[type="submit"] {
cursor: pointer; // 3
}
button {
border: 0;
text-transform: none;
-webkit-appearance: button;
cursor: pointer;
}
// Re-set default cursor for disabled elements.
button[disabled],
html input[disabled] {