From 47521fd7d0b43a6ec062c0e722bfae033eb0a4eb Mon Sep 17 00:00:00 2001 From: Bas Bosman Date: Thu, 3 Jul 2014 12:53:23 +0200 Subject: Add touch-action: manipulate to buttons --- dist/css/bootstrap.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c2b4f1a6f..c45210913 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2750,6 +2750,8 @@ select[multiple].form-group-lg .form-control { text-align: center; white-space: nowrap; vertical-align: middle; + -ms-touch-action: manipulation; + touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -- cgit v1.2.3