From e77d13448186dd3bdbf466a681b46876882f16f2 Mon Sep 17 00:00:00 2001 From: liuyl Date: Mon, 29 Jul 2013 14:09:41 +0800 Subject: buttons --- dist/css/bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e93a81226..1d177bc29 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1554,6 +1554,11 @@ select.input-small { cursor: pointer; border: 1px solid transparent; border-radius: 4px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; } .btn:focus { -- cgit v1.2.3