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