File: /home/s76vzjg2kvav/www/admin/assets/css/ecommerce/search-terms.css
button.dt-button {
border: none;
border-radius: 30px;
font-size: 13px;
margin-right: 12px;
padding: 6px 20px;
color: white;
background-color: #e95f2b;
background-image: none;
box-shadow: 0px 3px 25px 0px rgba(113, 106, 202, 0.2);
will-change: opacity, transform;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
button.dt-button:hover:not(.disabled) {
border: none;
background-image: none;
background-color: #3b3f5c;
color: #fff!important;
font-size: 13px;
margin-right: 12px;
padding: 6px 20px;
box-shadow: 0px 2px 20px 0 rgba(50, 50, 183, 0.2);
will-change: opacity, transform;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
button.dt-button:active:not(.disabled) {
border: none;
background-image: none;
background-color: #3b3f5c;
color: #fff;
font-size: 13px;
margin-right: 12px;
padding: 6px 20px;
box-shadow: 0px 2px 20px 0 rgba(50, 50, 183, 0.2);
will-change: opacity, transform;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
button.dt-button:focus:not(.disabled) {
border: none;
background-image: none;
background-color: #3b3f5c;
color: #fff;
font-size: 13px;
margin-right: 12px;
padding: 6px 20px;
}
button.dt-button:active:not(.disabled):hover:not(.disabled) {
border: none;
background-image: none;
background-color: #3b3f5c;
color: #fff;
font-size: 13px;
margin-right: 12px;
padding: 6px 20px;
box-shadow: inset 1px 1px 3px rgba(50, 50, 183, 0.2);
}
.dataTables_filter input {
margin-left: 5px;
border-radius: 30px;
padding-bottom: 5px;
padding-top: 5px;
border: solid 1px #d5dae2;
}
table.dataTable.display tbody tr.odd { background-color: #fff; }
table.dataTable.display tbody tr:hover { background-color: #fff; }
table.dataTable.display tbody tr.even>.sorting_1 { background-color: #fff; }
.table > thead > tr > th {
color: #3232b7;
font-size: 16px;
}
.dataTables_wrapper.dt-bootstrap4 .table > thead > tr > th:hover {
color: #6156ce;
border-bottom: solid 1px #6156ce;
}
.table thead th {
vertical-align: bottom;
border-bottom: 1px solid #888ea88a;
}
.table-bordered td { border: 1px solid #888ea81f; }
td { color: #515365; }
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
color: #e95f2b;
font-weight: 600;
}
.table-hover tbody tr:hover {
will-change: opacity, transform;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
.table > tbody > tr > td {
padding: 11px 14px;
font-size: 14px;
}
table.dataTable.display tbody tr.odd>.sorting_1 {
background-color: #ffffff;
}
table.dataTable.display tbody tr:hover>.sorting_1 {
background-color: #fff;
}
#search-term_paginate .pagination>.active>a {
background-color: #3232b7;
border-color: transparent;
color: #fff;
border-radius: 4px;
will-change: opacity, transform;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
div#search-term_paginate .page-link:focus {
box-shadow: none;
}
#search-term_paginate ul.pagination li a:hover:not(.active) {
background-color: #3b3f5c;
color: #fff;
}
#search-term_paginate ul.pagination li a {
color: #3b3f5c;
float: left;
padding: 5px 12px;
border-radius: 4px;
text-decoration: none;
border: 0px solid #ddd;
font-size: 14px;
margin-left: 0px;
transition: all .3s linear;
}