Remove data table styles

revert-70aa11f8
Imesh Chandrasiri 8 years ago
parent 8f68a3658e
commit e3b230937e

@ -5923,139 +5923,6 @@ body.inverse .fade-edge:after {
} }
} }
/* ========================================================================
* data table styles
* ======================================================================== */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
.dataTables_wrapper ul.sort-list li a:before,
.dataTables_wrapper ul.sort-list li a.sorting_asc:before,
.dataTables_wrapper ul.sort-list li a.sorting_desc:before {
font-family: 'font-wso2';
}
.dataTables_wrapper ul.sort-list li a:before,
.dataTables_wrapper ul.sort-list li a.sorting_asc:before,
.dataTables_wrapper ul.sort-list li a.sorting_desc:before {
margin-right: 10px;
font-size: 11px;
opacity: 1;
}
.dataTables_wrapper ul.sort-list li a:before {
opacity: 0.2;
}
table.dataTable thead .sorting:after,
.dataTables_wrapper ul.sort-list li a:before {
content: "\e673";
}
table.dataTable thead .sorting_asc:after,
.dataTables_wrapper ul.sort-list li a.sorting_asc:before {
content: "\e64b";
}
table.dataTable thead .sorting_desc:after,
.dataTables_wrapper ul.sort-list li a.sorting_desc:before {
content: "\e663";
}
table.dataTable thead .sorting {
padding-right: 30px !important;
}
table.dataTable thead .no-sort:after {
display: none!important;
}
table.dataTable thead .no-sort {
pointer-events: none!important;
cursor: default!important;
}
table.dataTable tr.filter-row td,
table.dataTable tr.filter-row th {
padding: 0 8px 10px;
}
table.dataTable tr td.dataTables_empty {
overflow: visible;
cursor: default;
}
.dataTables_wrapper > div.row > div {
text-align: left;
}
.dataTables_filter,
.dataTables_toolbar,
.dataTables_length,
.dataTables_info {
text-align: left;
float: left;
}
.dataTables_toolbar,
.dataTables_paginate {
float: right;
}
.dataTablesTop,
.dataTablesBottom {
margin: 0 0 10px;
}
.dataTablesTop:after,
.dataTablesBottom:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
.dataTablesBottom .dataTables_info {
padding: 4px 0 0 10px;
margin-left: 10px;
border-left: 1px solid #e4e4e4;
}
.dataTables_filter .search-icon {
position: relative;
z-index: 1;
right: -10px;
top: 0;
color: #fff;
cursor: pointer;
}
.dataTables_filter input {
padding: 0 15px 0 35px;
margin: 0 0 0 -14px !important;
background-color: #bbb;
color: #fff;
height: 40px;
min-width: 400px;
border: none;
}
.dataTables_filter input::-webkit-input-placeholder {
color: #dedede;
}
.dataTables_filter input:-moz-placeholder { /* Firefox 18- */
color: #dedede;
}
.dataTables_filter input::-moz-placeholder { /* Firefox 19+ */
color: #dedede;
}
.dataTables_filter input:-ms-input-placeholder {
color: #dedede;
}
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th,
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
background-color: #2c313b !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
top: 50%;
left: 10px;
margin-top: -8px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:first-child {
padding-left: 40px !important;
}
/* ======================================================================== /* ========================================================================
* thumbnail styles * thumbnail styles

Loading…
Cancel
Save