Commit 41587018 authored by zhongwei99's avatar zhongwei99

Minor typo fix.

parent 98d1659e
...@@ -108,7 +108,7 @@ input[type="button"], ...@@ -108,7 +108,7 @@ input[type="button"],
input[type="reset"], input[type="reset"],
input[type="submit"] { input[type="submit"] {
cursor: pointer; // Cursors on all buttons applied consistently cursor: pointer; // Cursors on all buttons applied consistently
-webkit-appearance: button; // Style clicable inputs in iOS -webkit-appearance: button; // Style clickable inputs in iOS
} }
input[type="search"] { // Appearance in Safari/Chrome input[type="search"] { // Appearance in Safari/Chrome
-webkit-appearance: textfield; -webkit-appearance: textfield;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment