diff options
| author | Mark Otto <[email protected]> | 2013-07-29 12:29:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-29 12:29:22 -0700 |
| commit | d08d9a63c3b61e834d5109069805867dfa841dcf (patch) | |
| tree | 152555fa0886d86efc153c3b3f48e75b60d7dc9d /dist/css/bootstrap.css | |
| parent | 7b42b8b0fefa3511862040c58aaaf8f8b6800cbb (diff) | |
| parent | a954f04a02a193959fd9d9c172c5004311a5cca1 (diff) | |
| download | bootstrap-d08d9a63c3b61e834d5109069805867dfa841dcf.tar.xz bootstrap-d08d9a63c3b61e834d5109069805867dfa841dcf.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
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 { |
