mirror of
https://github.com/twbs/bootstrap.git
synced 2025-06-02 00:01:57 -04:00
grunt
This commit is contained in:
parent
98049e908c
commit
0eeff0b7cd
@ -1965,26 +1965,26 @@ pre code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table-striped tbody tr:nth-of-type(odd) {
|
.table-striped tbody tr:nth-of-type(odd) {
|
||||||
background-color: #f9f9f9;
|
background-color: rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-hover tbody tr:hover {
|
.table-hover tbody tr:hover {
|
||||||
background-color: #f5f5f5;
|
background-color: rgba(0, 0, 0, 0.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-active,
|
.table-active,
|
||||||
.table-active > th,
|
.table-active > th,
|
||||||
.table-active > td {
|
.table-active > td {
|
||||||
background-color: #f5f5f5;
|
background-color: rgba(0, 0, 0, 0.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-hover .table-active:hover {
|
.table-hover .table-active:hover {
|
||||||
background-color: #e8e8e8;
|
background-color: rgba(0, 0, 0, 0.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-hover .table-active:hover > td,
|
.table-hover .table-active:hover > td,
|
||||||
.table-hover .table-active:hover > th {
|
.table-hover .table-active:hover > th {
|
||||||
background-color: #e8e8e8;
|
background-color: rgba(0, 0, 0, 0.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-success,
|
.table-success,
|
||||||
@ -2047,13 +2047,6 @@ pre code {
|
|||||||
background-color: #ebcccc;
|
background-color: #ebcccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-responsive {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
min-height: .01%;
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thead-inverse th {
|
.thead-inverse th {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #373a3c;
|
background-color: #373a3c;
|
||||||
@ -2069,16 +2062,23 @@ pre code {
|
|||||||
background-color: #373a3c;
|
background-color: #373a3c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-inverse.table-bordered {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-inverse th,
|
.table-inverse th,
|
||||||
.table-inverse td,
|
.table-inverse td,
|
||||||
.table-inverse thead th {
|
.table-inverse thead th {
|
||||||
border-color: #55595c;
|
border-color: #55595c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-inverse.table-bordered {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-responsive {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
min-height: .01%;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.table-reflow thead {
|
.table-reflow thead {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
@ -1965,26 +1965,26 @@ pre code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table-striped tbody tr:nth-of-type(odd) {
|
.table-striped tbody tr:nth-of-type(odd) {
|
||||||
background-color: #f9f9f9;
|
background-color: rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-hover tbody tr:hover {
|
.table-hover tbody tr:hover {
|
||||||
background-color: #f5f5f5;
|
background-color: rgba(0, 0, 0, 0.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-active,
|
.table-active,
|
||||||
.table-active > th,
|
.table-active > th,
|
||||||
.table-active > td {
|
.table-active > td {
|
||||||
background-color: #f5f5f5;
|
background-color: rgba(0, 0, 0, 0.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-hover .table-active:hover {
|
.table-hover .table-active:hover {
|
||||||
background-color: #e8e8e8;
|
background-color: rgba(0, 0, 0, 0.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-hover .table-active:hover > td,
|
.table-hover .table-active:hover > td,
|
||||||
.table-hover .table-active:hover > th {
|
.table-hover .table-active:hover > th {
|
||||||
background-color: #e8e8e8;
|
background-color: rgba(0, 0, 0, 0.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-success,
|
.table-success,
|
||||||
@ -2047,13 +2047,6 @@ pre code {
|
|||||||
background-color: #ebcccc;
|
background-color: #ebcccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-responsive {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
min-height: .01%;
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thead-inverse th {
|
.thead-inverse th {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #373a3c;
|
background-color: #373a3c;
|
||||||
@ -2069,16 +2062,23 @@ pre code {
|
|||||||
background-color: #373a3c;
|
background-color: #373a3c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-inverse.table-bordered {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-inverse th,
|
.table-inverse th,
|
||||||
.table-inverse td,
|
.table-inverse td,
|
||||||
.table-inverse thead th {
|
.table-inverse thead th {
|
||||||
border-color: #55595c;
|
border-color: #55595c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-inverse.table-bordered {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-responsive {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
min-height: .01%;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.table-reflow thead {
|
.table-reflow thead {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css.map
vendored
2
docs/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user