equation-admin-template
Version:
Booststrap 4 admin template made by equation
62 lines (61 loc) • 1.61 kB
CSS
.table > thead > tr > th {
color: #ee3d50;
font-weight: 600;
}
.table td, .table th {
border-top: 1px solid #f1f3f1;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #ffff;
}
.table-hover:not(.table-dark) tbody tr td {
color: #3b3f5c;
}
.table-hover:not(.table-dark) tbody tr:hover td,
.table-hover:not(.table-dark) tbody tr:hover td[class*="text-"] {
color: #3862f5;
box-shadow: none;
}
.table > tfoot > tr > th {
color: #1d1d1d;
}
.dataTables_filter input {
position: relative;
margin-left: 5px;
border-radius: 30px;
padding-bottom: 5px;
padding-top: 5px;
border: solid 1px #888ea8;
}
#zero-config_paginate .pagination>.active>a {
background-color: #3b3f5c;
border-color: #3b3f5c;
color: #fff;
border-radius: 4px;
will-change: opacity, transform;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
div#zero-config_paginate .page-link:focus {
box-shadow: none;
}
#zero-config_paginate ul.pagination li a:hover:not(.active) {
background-color: #3862f5;
color: #fff;
border-radius: 4px;
}
#zero-config_paginate .table-hover tbody tr:hover {
background-color: rgb(255, 255, 255);
will-change: opacity, transform;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
div#zero-config_paginate ul.pagination li.previous i {
vertical-align: middle;
}
.page-link:focus {
box-shadow: none;
}
div#zero-config_paginate ul.pagination li.next i {
vertical-align: middle;
}