.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #c3e7f7;
}
.table-hover .table-primary:hover {
background-color: #addef4;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #addef4;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #c0dbe7;
}
.table-hover .table-secondary:hover {
background-color: #aed0e0;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #aed0e0;
}
.table-accent,
.table-accent > th,
.table-accent > td {
background-color: #ffeeca;
}
.table-hover .table-accent:hover {
background-color: #ffe6b1;
}
.table-hover .table-accent:hover > td,
.table-hover .table-accent:hover > th {
background-color: #ffe6b1;
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #d1ebd1;
}
.table-hover .table-success:hover {
background-color: #bfe3bf;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #bfe3bf;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #c6eaf8;
}
.table-hover .table-info:hover {
background-color: #afe2f5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #afe2f5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffdeb8;
}
.table-hover .table-warning:hover {
background-color: #ffd29f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffd29f;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f4cfce;
}
.table-hover .table-danger:hover {
background-color: #efbbb9;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #efbbb9;
}
.table-light,
.table-light > th,
.table-light > td {
background-color: #f8f8f8;
}
.table-hover .table-light:hover {
background-color: #ebebeb;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ebebeb;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c6c6;
}
.table-hover .table-dark:hover {
background-color: #b9b9b9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9b9b9;
}
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .table {
background-color: #f3f3f3;
}
.table th a {
color: #1d789e;
}
.table th.is-active > a {
color: #29abe2;
}
.table .icon-tablesort {
fill: #29abe2;
}
View source
- .table-primary,
- .table-primary > th,
- .table-primary > td {
- background-color: #c3e7f7;
- }
-
- .table-hover .table-primary:hover {
- background-color: #addef4;
- }
-
- .table-hover .table-primary:hover > td,
- .table-hover .table-primary:hover > th {
- background-color: #addef4;
- }
-
- .table-secondary,
- .table-secondary > th,
- .table-secondary > td {
- background-color: #c0dbe7;
- }
-
- .table-hover .table-secondary:hover {
- background-color: #aed0e0;
- }
-
- .table-hover .table-secondary:hover > td,
- .table-hover .table-secondary:hover > th {
- background-color: #aed0e0;
- }
-
- .table-accent,
- .table-accent > th,
- .table-accent > td {
- background-color: #ffeeca;
- }
-
- .table-hover .table-accent:hover {
- background-color: #ffe6b1;
- }
-
- .table-hover .table-accent:hover > td,
- .table-hover .table-accent:hover > th {
- background-color: #ffe6b1;
- }
-
- .table-success,
- .table-success > th,
- .table-success > td {
- background-color: #d1ebd1;
- }
-
- .table-hover .table-success:hover {
- background-color: #bfe3bf;
- }
-
- .table-hover .table-success:hover > td,
- .table-hover .table-success:hover > th {
- background-color: #bfe3bf;
- }
-
- .table-info,
- .table-info > th,
- .table-info > td {
- background-color: #c6eaf8;
- }
-
- .table-hover .table-info:hover {
- background-color: #afe2f5;
- }
-
- .table-hover .table-info:hover > td,
- .table-hover .table-info:hover > th {
- background-color: #afe2f5;
- }
-
- .table-warning,
- .table-warning > th,
- .table-warning > td {
- background-color: #ffdeb8;
- }
-
- .table-hover .table-warning:hover {
- background-color: #ffd29f;
- }
-
- .table-hover .table-warning:hover > td,
- .table-hover .table-warning:hover > th {
- background-color: #ffd29f;
- }
-
- .table-danger,
- .table-danger > th,
- .table-danger > td {
- background-color: #f4cfce;
- }
-
- .table-hover .table-danger:hover {
- background-color: #efbbb9;
- }
-
- .table-hover .table-danger:hover > td,
- .table-hover .table-danger:hover > th {
- background-color: #efbbb9;
- }
-
- .table-light,
- .table-light > th,
- .table-light > td {
- background-color: #f8f8f8;
- }
-
- .table-hover .table-light:hover {
- background-color: #ebebeb;
- }
-
- .table-hover .table-light:hover > td,
- .table-hover .table-light:hover > th {
- background-color: #ebebeb;
- }
-
- .table-dark,
- .table-dark > th,
- .table-dark > td {
- background-color: #c6c6c6;
- }
-
- .table-hover .table-dark:hover {
- background-color: #b9b9b9;
- }
-
- .table-hover .table-dark:hover > td,
- .table-hover .table-dark:hover > th {
- background-color: #b9b9b9;
- }
-
- .table-active,
- .table-active > th,
- .table-active > td {
- background-color: rgba(0, 0, 0, 0.075);
- }
-
- .table-hover .table-active:hover {
- background-color: rgba(0, 0, 0, 0.075);
- }
-
- .table-hover .table-active:hover > td,
- .table-hover .table-active:hover > th {
- background-color: rgba(0, 0, 0, 0.075);
- }
-
- .table .table {
- background-color: #f3f3f3;
- }
-
- .table th a {
- color: #1d789e;
- }
-
- .table th.is-active > a {
- color: #29abe2;
- }
-
- .table .icon-tablesort {
- fill: #29abe2;
- }