File: /home/enhanciv/public_html/wp-content/tablepress-custom.css
/* font */
.tablepress .font-face {
font-family: 'Montserrat' !important;
}
/* table border */
.tablepress thead th {
border: 0;
border-radius: 10px;
}
/* header background colour */
.tablepress thead th,
.tablepress tfoot th {
background-color: #ffffff;
color: #ffffff;
margin-bottom: .5em;
}
/* row hover colour */
.tablepress .row-hover thead th {
background-color: #ffffff;
color: #ffffff !important;
}
/* header font */
.tablepress thead th,
.tablepress tfoot th {
font-family: Montserrat;
font-size: 18px;
font-weight: 700;
color: #ffc0a4;
}
/* row hover colour */
.tablepress .row-hover tr:hover td {
background-color: #C0CFD3;
color: #C0CFD3;
}
/* row font */
.tablepress tbody td {
font-family: Montserrat;
font-size: 14px;
font-weight: 500;
color: #7a7a7a !important;
}
/* row hover font */
.tablepress .row-hover tr:hover td {
font-family: Montserrat;
font-size: 14px;
font-weight: 500;
color: #ffffff !important;
}
/* row hover border */
.tablepress .row-hover tr:hover td {
border: 0 !important;
border-radius: 10px !important;
margin-bottom: 1em !important;
margin-top: 1em !important;
}
/* space for rows */
/* border */
/* table info */
.dt-info {
font-family: Montserrat !important;
}
/* next button */
.dt-paging.paging_simple {
padding: 0 15px;
}
.paging_simple .dt-paging-button.previous:before,
.paging_simple .dt-paging-button.next:after {
text-align: left;
font-size: 14px;
-webkit-font-smoothing: antialiased;
content: "\f053";
text-shadow: none;
position: absolute;
top: 0;
right: auto;
bottom: 0;
left: -14px;
margin: auto;
height: 14px;
width: 14px;
line-height: 1.2;
}
.paging_simple .dt-paging-button.next:after {
text-align: right;
content: "\f054";
left: auto;
}
.dt-paging-button:before,
.dt-paging-button:after {
color: #aaaeb6 !important;
}
.dt-paging-button:hover:before,
.dt-paging-button:hover:after {
color: #ffc0a4 !important;
}
.dt-paging-button.disabled:before,
.dt-paging-button.disabled:after {
color: #aaaeb6 !important;
}
.dt-paging a {
font-family: Montserrat;
color: #4c515b !important;
display: inline-block;
outline: none;
position: relative;
text-decoration: none !important;
margin: 0 5px;
}
/* search */
.dt-search {
font-family: Montserrat !important;
}
.dt-container .dt-search input {
margin-right: .5em;
margin-bottom: .5em;
border-radius: 10px;
font-family: Montserrat !important;
}
/* number of entries */
.dt-length {
margin-left: .5em;
border-radius: 10px;
font-family: Montserrat !important;
}
.dt-container label input,
.dt-container label select {
font-family: Montserrat !important;
border-radius: 10px !important;
}
.dt-container label input {
padding-right: 2px !important;
}