Index: Source/core/css/html.css |
diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
index bd8fdf3527da6d9855c1c504aecb7af52693e83c..5237586dd1225f650bd3745f420939a1d28c4620 100644 |
--- a/Source/core/css/html.css |
+++ b/Source/core/css/html.css |
@@ -682,6 +682,7 @@ input[type="radio"], input[type="checkbox"] { |
input[type="button"], input[type="submit"], input[type="reset"] { |
-webkit-appearance: push-button; |
+ -webkit-user-select: none; |
white-space: pre |
} |