equation-admin-template
Version:
Booststrap 4 admin template made by equation
41 lines • 884 B
CSS
.table > thead > tr > th {
color: #3862f5;
font-weight: 600;
}
.table td, .table th {
border-top: 1px solid #f1f3f1;
}
.table > tbody > tr > td {
color: #3b3f5c;
}
.dataTables_filter input {
margin-left: 5px;
border-radius: 30px;
padding-bottom: 5px;
padding-top: 5px;
border: solid 1px #888ea8;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #fff;
}
.table-hover:not(.table-dark) tbody tr:hover td {
color: #e95f2b;
}
.page-item.active .page-link {
background-color: #3232b7;
border-color: #3232b7;
border-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
border-radius: 4px;
color: #888ea8;
}
.page-link:focus {
box-shadow: none;
}
ul.pagination li a:hover:not(.active) {
background-color: #3f4257;
}
.table > tfoot > tr > th {
color: #1d1d1d;
}