Commit 0eeff0b7 authored by Mark Otto's avatar Mark Otto
Browse files

grunt

parent 98049e90
Showing with 34 additions and 34 deletions
+34 -34
...@@ -1965,26 +1965,26 @@ pre code { ...@@ -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 { ...@@ -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 { ...@@ -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;
} }
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -1965,26 +1965,26 @@ pre code { ...@@ -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 { ...@@ -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 { ...@@ -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;
} }
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment