0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
This commit is contained in:
Mark Otto 2017-03-19 18:42:20 -07:00
parent 40ac03384d
commit 6bc93c9593
12 changed files with 68 additions and 36 deletions

File diff suppressed because one or more lines are too long

View File

@ -2098,22 +2098,31 @@ pre code {
.table-inverse th, .table-inverse th,
.table-inverse td, .table-inverse td,
.table-inverse thead th { .table-inverse thead th {
border-color: #fff; border-color: #3b3e40;
} }
.table-inverse.table-bordered { .table-inverse.table-bordered {
border: 0; border: 0;
} }
.table-responsive { .table-inverse.table-striped tbody tr:nth-of-type(odd) {
display: block; background-color: rgba(255, 255, 255, 0.05);
width: 100%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
} }
.table-responsive.table-bordered { .table-inverse.table-hover tbody tr:hover {
border: 0; background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 991px) {
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
border: 0;
}
} }
.form-control { .form-control {
@ -3772,10 +3781,13 @@ tbody.collapse.show {
} }
.nav-justified .nav-item { .nav-justified .nav-item {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1; -webkit-box-flex: 1;
-webkit-flex: 1 1 100%; -webkit-flex-grow: 1;
-ms-flex: 1 1 100%; -ms-flex-positive: 1;
flex: 1 1 100%; flex-grow: 1;
text-align: center; text-align: center;
} }
@ -7274,9 +7286,11 @@ a.bg-inverse:focus, a.bg-inverse:hover {
width: 1px; width: 1px;
height: 1px; height: 1px;
padding: 0; padding: 0;
margin: -1px;
overflow: hidden; overflow: hidden;
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0; border: 0;
} }
@ -7284,9 +7298,11 @@ a.bg-inverse:focus, a.bg-inverse:hover {
position: static; position: static;
width: auto; width: auto;
height: auto; height: auto;
margin: 0;
overflow: visible; overflow: visible;
clip: auto; clip: auto;
white-space: normal;
-webkit-clip-path: none;
clip-path: none;
} }
.w-25 { .w-25 {

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

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

@ -2098,22 +2098,31 @@ pre code {
.table-inverse th, .table-inverse th,
.table-inverse td, .table-inverse td,
.table-inverse thead th { .table-inverse thead th {
border-color: #fff; border-color: #3b3e40;
} }
.table-inverse.table-bordered { .table-inverse.table-bordered {
border: 0; border: 0;
} }
.table-responsive { .table-inverse.table-striped tbody tr:nth-of-type(odd) {
display: block; background-color: rgba(255, 255, 255, 0.05);
width: 100%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
} }
.table-responsive.table-bordered { .table-inverse.table-hover tbody tr:hover {
border: 0; background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 991px) {
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
border: 0;
}
} }
.form-control { .form-control {
@ -3772,10 +3781,13 @@ tbody.collapse.show {
} }
.nav-justified .nav-item { .nav-justified .nav-item {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1; -webkit-box-flex: 1;
-webkit-flex: 1 1 100%; -webkit-flex-grow: 1;
-ms-flex: 1 1 100%; -ms-flex-positive: 1;
flex: 1 1 100%; flex-grow: 1;
text-align: center; text-align: center;
} }
@ -7274,9 +7286,11 @@ a.bg-inverse:focus, a.bg-inverse:hover {
width: 1px; width: 1px;
height: 1px; height: 1px;
padding: 0; padding: 0;
margin: -1px;
overflow: hidden; overflow: hidden;
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0; border: 0;
} }
@ -7284,9 +7298,11 @@ a.bg-inverse:focus, a.bg-inverse:hover {
position: static; position: static;
width: auto; width: auto;
height: auto; height: auto;
margin: 0;
overflow: visible; overflow: visible;
clip: auto; clip: auto;
white-space: normal;
-webkit-clip-path: none;
clip-path: none;
} }
.w-25 { .w-25 {

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