|
|
|
@ -243,25 +243,15 @@ table.dataTable td {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
min-width: 1.5em;
|
|
|
|
|
padding: 0.5em;
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-decoration: none !important;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
*cursor: hand;
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
}
|
|
|
|
|
.dataTables_wrapper .dataTables_paginate .fg-button:active {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
|
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
|
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
.dataTables_wrapper .dataTables_processing {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
@ -287,13 +277,6 @@ table.dataTable td {
|
|
|
|
|
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
|
|
|
|
|
/* W3C */
|
|
|
|
|
}
|
|
|
|
|
.dataTables_wrapper .dataTables_length,
|
|
|
|
|
.dataTables_wrapper .dataTables_filter,
|
|
|
|
|
.dataTables_wrapper .dataTables_info,
|
|
|
|
|
.dataTables_wrapper .dataTables_processing,
|
|
|
|
|
.dataTables_wrapper .dataTables_paginate {
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.dataTables_wrapper .dataTables_scroll {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|