0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00
This commit is contained in:
Mark Otto 2016-02-08 23:43:43 -08:00
parent 33d7ed77c8
commit a263e19419
8 changed files with 24 additions and 42 deletions

View File

@ -2088,7 +2088,9 @@ pre code {
color: #55595c; color: #55595c;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #ccc; -webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@ -3390,7 +3392,7 @@ input[type="button"].btn-block {
color: #55595c; color: #55595c;
text-align: center; text-align: center;
background-color: #eceeef; background-color: #eceeef;
border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@ -3587,7 +3589,7 @@ input[type="button"].btn-block {
background-image: none \9; background-image: none \9;
-webkit-background-size: 8px 10px; -webkit-background-size: 8px 10px;
background-size: 8px 10px; background-size: 8px 10px;
border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; border-radius: 0.25rem;
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
@ -4046,11 +4048,13 @@ input[type="button"].btn-block {
} }
.card > .list-group:first-child .list-group-item:first-child { .card > .list-group:first-child .list-group-item:first-child {
border-radius: 0.25rem 0.25rem 0 0; border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
} }
.card > .list-group:last-child .list-group-item:last-child { .card > .list-group:last-child .list-group-item:last-child {
border-radius: 0 0 0.25rem 0.25rem; border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
} }
.card-header { .card-header {
@ -5257,19 +5261,6 @@ button.close {
clear: both; clear: both;
} }
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure { .modal-scrollbar-measure {
position: absolute; position: absolute;
top: -9999px; top: -9999px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2088,7 +2088,9 @@ pre code {
color: #55595c; color: #55595c;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #ccc; -webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@ -3390,7 +3392,7 @@ input[type="button"].btn-block {
color: #55595c; color: #55595c;
text-align: center; text-align: center;
background-color: #eceeef; background-color: #eceeef;
border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@ -3587,7 +3589,7 @@ input[type="button"].btn-block {
background-image: none \9; background-image: none \9;
-webkit-background-size: 8px 10px; -webkit-background-size: 8px 10px;
background-size: 8px 10px; background-size: 8px 10px;
border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; border-radius: 0.25rem;
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
@ -4046,11 +4048,13 @@ input[type="button"].btn-block {
} }
.card > .list-group:first-child .list-group-item:first-child { .card > .list-group:first-child .list-group-item:first-child {
border-radius: 0.25rem 0.25rem 0 0; border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
} }
.card > .list-group:last-child .list-group-item:last-child { .card > .list-group:last-child .list-group-item:last-child {
border-radius: 0 0 0.25rem 0.25rem; border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
} }
.card-header { .card-header {
@ -5257,19 +5261,6 @@ button.close {
clear: both; clear: both;
} }
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure { .modal-scrollbar-measure {
position: absolute; position: absolute;
top: -9999px; top: -9999px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long