aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorBas Bosman <[email protected]>2014-07-03 12:53:23 +0200
committerBas Bosman <[email protected]>2014-07-03 12:53:23 +0200
commit47521fd7d0b43a6ec062c0e722bfae033eb0a4eb (patch)
tree9822be008f77807c685a5310ba605493b73be32b /docs/dist/css/bootstrap.css
parent23dd323da1dbb84da8aa64451303009684ac8a65 (diff)
downloadbootstrap-47521fd7d0b43a6ec062c0e722bfae033eb0a4eb.tar.xz
bootstrap-47521fd7d0b43a6ec062c0e722bfae033eb0a4eb.zip
Add touch-action: manipulate to buttons
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index c2b4f1a6f..c45210913 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/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;