Fixed dataTables search and length for wholes tables
This commit is contained in:
parent
5d14783cb3
commit
332cbc0fc9
@ -356,7 +356,7 @@ div#userMenu li.dropdown {
|
||||
div#userMenu div.dropdown-menu{
|
||||
left: -145px;
|
||||
top: 37px;
|
||||
z-index: 1050;
|
||||
z-index: 1030;
|
||||
opacity: .90;
|
||||
}
|
||||
|
||||
@ -1087,29 +1087,29 @@ form#authSession.form div.input-group-prepend span i.fa{
|
||||
margin-left: 6px;*/
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100 div.card-body div.dataTables_wrapper.dt-bootstrap4{
|
||||
#data div.tab-content.container-fluid div.card div.card-body div.dataTables_wrapper.dt-bootstrap4{
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100 div.card-body div.dataTables_wrapper.dt-bootstrap4 div.row div.col-md-6{
|
||||
#data div.tab-content.container-fluid div.card div.card-body div.dataTables_wrapper.dt-bootstrap4 div.row div.col-md-6{
|
||||
max-height: 32px;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100 div.card-body div.dataTables_wrapper.dt-bootstrap4 div.dataTables_length label select{
|
||||
#data div.tab-content.container-fluid div.card div.card-body div.dataTables_wrapper.dt-bootstrap4 div.dataTables_length label select{
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
max-width: 50px;
|
||||
border: 1px solid #c8c8c8;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100 div.card-body div.dataTables_wrapper.dt-bootstrap4 div.dataTables_filter label input{
|
||||
#data div.tab-content.container-fluid div.card div.card-body div.dataTables_wrapper.dt-bootstrap4 div.dataTables_filter label input{
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
/* max-width: 50px; */
|
||||
border: 1px solid #c8c8c8;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100 div.card-body div table.table tbody tr.odd td span a span.isdisabled{
|
||||
#data div.tab-content.container-fluid div.card div.card-body div table.table tbody tr.odd td span a span.isdisabled{
|
||||
color: currentColor;
|
||||
cursor: default;
|
||||
opacity: 0.5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user