equation-admin-template
Version:
Booststrap 4 admin template made by equation
57 lines (54 loc) • 1.21 kB
CSS
.table > thead > tr > th {
color: #3232b7;
font-weight: 600;
}
.table td, .table th {
border-top: 1px solid #f1f3f1;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #fff;
}
.table-hover tbody tr:hover {
color: #e95f2b;
}
tbody {
color: #515365;
}
.btn.btn-default {
color: #fff;
background-color: #e95f2b;
}
.btn-default:hover, .btn-default:focus {
color: #fff ;
background-color: #6156ce;
}
.form-control {
border-radius: 30px;
border: 1px solid #515365;
}
.page-item.active .page-link {
background-color: #6156ce;
border-color: #6156ce;
border-radius: 4px;
}
ul.pagination li a:hover:not(.active) {
background-color: #e95f2b;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}
.page-link:focus {
box-shadow: none;
}
.pagination>li>a, .pagination>li>span {
border-radius: 4px;
color: #515365;
}
table tbody tr td .btn-group .dropdown-menu {
min-width: 10rem;
border-color: #e6e6e6;
}
table tbody tr td .btn-group .dropdown-menu .dropdown-item {
font-size: 0.79rem;
font-weight: 600;
padding: 3px 10px;
}