diff options
| author | Mark Otto <[email protected]> | 2015-12-07 23:47:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-07 23:47:00 -0800 |
| commit | 04b376645201b1afaa10d5751cac2974275a4882 (patch) | |
| tree | ebb54792882d679f91a9e6a92a9e8f8d6812d84b /docs/dist/css/bootstrap.css | |
| parent | 4dd60d83109152fc704827ba225edf082b30dae5 (diff) | |
| download | bootstrap-04b376645201b1afaa10d5751cac2974275a4882.tar.xz bootstrap-04b376645201b1afaa10d5751cac2974275a4882.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 75 |
1 files changed, 29 insertions, 46 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 7d4b0c8af..6573c85a9 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4048,48 +4048,22 @@ input[type="button"].btn-block { border-radius: .25rem; } -.pagination > li { +.page-item { display: inline; } -.pagination > li > a, -.pagination > li > span { - position: relative; - float: left; - padding: .5rem .75rem; - margin-left: -1px; - line-height: 1.5; - color: #0275d8; - text-decoration: none; - background-color: #fff; - border: 1px solid #ddd; -} - -.pagination > li:first-child > a, -.pagination > li:first-child > span { +.page-item:first-child .page-link { margin-left: 0; border-top-left-radius: .25rem; border-bottom-left-radius: .25rem; } -.pagination > li:last-child > a, -.pagination > li:last-child > span { +.page-item:last-child .page-link { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; } -.pagination > li > a:focus, .pagination > li > a:hover, -.pagination > li > span:focus, -.pagination > li > span:hover { - color: #014c8c; - background-color: #eceeef; - border-color: #ddd; -} - -.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, -.pagination > .active > span, -.pagination > .active > span:focus, -.pagination > .active > span:hover { +.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover { z-index: 2; color: #fff; cursor: default; @@ -4097,50 +4071,59 @@ input[type="button"].btn-block { border-color: #0275d8; } -.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover, -.pagination > .disabled > a, -.pagination > .disabled > a:focus, -.pagination > .disabled > a:hover { +.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover { color: #818a91; cursor: not-allowed; background-color: #fff; border-color: #ddd; } -.pagination-lg > li > a, -.pagination-lg > li > span { +.page-link { + position: relative; + float: left; + padding: .5rem .75rem; + margin-left: -1px; + line-height: 1.5; + color: #0275d8; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; +} + +.page-link:focus, .page-link:hover { + color: #014c8c; + background-color: #eceeef; + border-color: #ddd; +} + +.pagination-lg .page-link { padding: .75rem 1.5rem; font-size: 1.25rem; line-height: 1.333333; } -.pagination-lg > li:first-child > a, -.pagination-lg > li:first-child > span { +.pagination-lg .page-item:first-child .page-link { border-top-left-radius: .3rem; border-bottom-left-radius: .3rem; } -.pagination-lg > li:last-child > a, -.pagination-lg > li:last-child > span { +.pagination-lg .page-item:last-child .page-link { border-top-right-radius: .3rem; border-bottom-right-radius: .3rem; } -.pagination-sm > li > a, -.pagination-sm > li > span { +.pagination-sm .page-link { padding: .275rem .75rem; font-size: .875rem; line-height: 1.5; } -.pagination-sm > li:first-child > a, -.pagination-sm > li:first-child > span { +.pagination-sm .page-item:first-child .page-link { border-top-left-radius: .2rem; border-bottom-left-radius: .2rem; } -.pagination-sm > li:last-child > a, -.pagination-sm > li:last-child > span { +.pagination-sm .page-item:last-child .page-link { border-top-right-radius: .2rem; border-bottom-right-radius: .2rem; } |
