diff options
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index db8fcd15d..821ce934f 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1,6 +1,6 @@ /*! * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) - * Copyright 2011-2015 Twitter, Inc. + * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ @@ -3390,12 +3390,14 @@ input[type="button"].btn-block { .file { position: relative; display: inline-block; + max-width: 100%; height: 2.5rem; cursor: pointer; } .file input { min-width: 14rem; + max-width: 100%; margin: 0; filter: alpha(opacity=0); opacity: 0; @@ -4102,6 +4104,7 @@ input[type="button"].btn-block { .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover { color: #818a91; + pointer-events: none; cursor: not-allowed; background-color: #fff; border-color: #ddd; @@ -4191,6 +4194,7 @@ input[type="button"].btn-block { .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover { color: #818a91; + pointer-events: none; cursor: not-allowed; background-color: #fff; } @@ -6151,7 +6155,7 @@ a.text-danger:focus, a.text-danger:hover { } .text-hide { - font: "0/0" a; + font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; |
