diff options
| author | liuyl <[email protected]> | 2013-07-29 14:09:41 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-07-29 14:09:41 +0800 |
| commit | e77d13448186dd3bdbf466a681b46876882f16f2 (patch) | |
| tree | 75c57fdfb526d033f13163a6c8c3caa40b5b87a8 /dist/css/bootstrap.css | |
| parent | f3cff49d6d8e183b5e1b3a54dff360e1e42bbcbe (diff) | |
| download | bootstrap-e77d13448186dd3bdbf466a681b46876882f16f2.tar.xz bootstrap-e77d13448186dd3bdbf466a681b46876882f16f2.zip | |
buttons
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
