diff options
| author | Mark Otto <[email protected]> | 2016-01-17 19:17:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-17 19:17:10 -0800 |
| commit | b4bd1dc0dd556009a6f36c4bd402e0626b0546d9 (patch) | |
| tree | e2131aca40bc06b63c27b31f891b52411c696eea /dist/css/bootstrap.css | |
| parent | 26f10db70ed28c7711fab8e7543ceb05bb1333c4 (diff) | |
| download | bootstrap-b4bd1dc0dd556009a6f36c4bd402e0626b0546d9.tar.xz bootstrap-b4bd1dc0dd556009a6f36c4bd402e0626b0546d9.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 854477d02..ef8b56b21 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3084,7 +3084,6 @@ input[type="button"].btn-block { } .btn-group-vertical > .btn:first-child:not(:last-child) { - border-top-right-radius: .25rem; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } @@ -3092,7 +3091,6 @@ input[type="button"].btn-block { .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; - border-bottom-left-radius: .25rem; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { @@ -3259,7 +3257,6 @@ input[type="button"].btn-block { position: relative; display: inline; padding-left: 1.5rem; - color: #555; } .custom-control + .custom-control { @@ -3304,10 +3301,6 @@ input[type="button"].btn-block { display: block; width: 1rem; height: 1rem; - font-size: 65%; - line-height: 1rem; - color: #eee; - text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -3382,14 +3375,9 @@ input[type="button"].btn-block { } .custom-select-sm { - padding-top: 3px; - padding-bottom: 3px; - font-size: 12px; -} - -.custom-select-sm:not([multiple]) { - height: 26px; - min-height: 26px; + padding-top: .375rem; + padding-bottom: .375rem; + font-size: 75%; } .custom-file { @@ -3433,9 +3421,9 @@ input[type="button"].btn-block { .custom-file-control::before { position: absolute; - top: -.075rem; - right: -.075rem; - bottom: -.075rem; + top: -1px; + right: -1px; + bottom: -1px; z-index: 6; display: block; height: 2.5rem; @@ -4066,12 +4054,21 @@ input[type="button"].btn-block { } .breadcrumb-item + .breadcrumb-item::before { + display: inline-block; padding-right: .5rem; padding-left: .5rem; color: #818a91; content: "/"; } +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: underline; +} + +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: none; +} + .breadcrumb-item.active { color: #818a91; } |
